Blogchain's web application - Main development trunk for vue3 migration.

Overview

Blogchain

Front-End powering Capsule Social's Blogchain application.

Production code for blogchain.app can be found on the capsule-vue repository.

Requirements

  • NodeJS v14.5.0 or higher.

Getting started

.env Setup

# Create .env with the credentials below

VUE_CAPSULE_SERVER=https://payments.capsule.social/server
VUE_CONTRACT_NAME=dev-1657702549987-47675900699610
VUE_NEAR_NETWORK=testnet

Deploy Web App

# install dependencies
$ `yarn install`

# Server with hot reload on http://localhost:3000
$ `yarn dev`

# Code Linting
$ `yarn lint`

# Code Formatting
$ `yarn format`

# Production build
$ `yarn build`

Vue 3 + Typescript + Vue-CLI

This template should help get you started developing with Vue 3 and Typescript with Vue CLI. The template uses Vue 3

You might also like...
Popular VS Code extensions for Vue.js development.

Vue.js Extension Pack This extension pack adds features for Vue.js development. Recommended ESlint setup ESLint with vue and typescipt Install followi

一套java后端自动生成接口并支持用例测试的工具(Tools that run in an operational or development environment)
一套java后端自动生成接口并支持用例测试的工具(Tools that run in an operational or development environment)

apiface (一套由java开发的接口文档工具) Tools that run in an operational or development environment

Starter kit to accelerate the development of new applications.

[WIP] Laravel Jetstream Inertia Vue PrimeVue Starter Starter kit to accelerate the development of new applications. Features Laravel 8 Inertia.js Jets

Nuxt seed for development
Nuxt seed for development

nuxt-seed The de facto nuxt-seed repo for building universal apps with Vue, Vuex, ES6, Webpack 2 and CSS framework Bulma This repo serves as a minimal

NursingCenter - A comprehensive software development project, using Vue.js and SSM framework.
NursingCenter - A comprehensive software development project, using Vue.js and SSM framework.

颐养中心(Nursing Center) 软件综合课程设计 大作业 本项目基于 Vue + SSM 框架开发,使用 Element UI 组件库。 林文威 [email protected] 李鹤 [email protected] 王彬瞻 吴宗辉 项目预览 运行项目 初始化数据库 创建名

Task-manager-vue - A ToDo app to practice development with Vue.js

task-manager Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Li

Frappe-ui - A set of components and utilities for rapid UI development

Frappe UI A set of components and utilities for rapid UI development. Frappe UI

zhihu system written with vue3+ts, using most of the functions of vue3.0,composition Api.
zhihu system written with vue3+ts, using most of the functions of vue3.0,composition Api.

zhihu system written with vue3+ts, using most of the functions of vue3.0,composition Api.

A magical vue3 mobile using  vue3(script-setup) + vite2 + uniapp
A magical vue3 mobile using vue3(script-setup) + vite2 + uniapp

A magical vue3 mobile using vue3(script-setup) + vite2 + uniapp

Comments
  • fix: subscription

    fix: subscription

    • [x] Fix: Prevent duplicated subs when the mounted hook is called twice.
    • [x] Fix: when the user is on the nested routes (posts, reposts, comment) section, page reload is not initiated after successful subscription due to route name changes. Fix to ensure the cases where the user might be on any nested route
    opened by dxphilo 2
  • feat: email notifications

    feat: email notifications

    • [x] Creating new Emails notifications + send verification notification.
    • [x] Pre-select connected email to add to an author.
    • [x] Delete author email sub notification.
    opened by dxphilo 1
  • build(deps): bump terser from 5.14.0 to 5.14.2

    build(deps): bump terser from 5.14.0 to 5.14.2

    Bumps terser from 5.14.0 to 5.14.2.

    Changelog

    Sourced from terser's changelog.

    v5.14.2

    • Security fix for RegExps that should not be evaluated (regexp DDOS)
    • Source maps improvements (#1211)
    • Performance improvements in long property access evaluation (#1213)

    v5.14.1

    • keep_numbers option added to TypeScript defs (#1208)
    • Fixed parsing of nested template strings (#1204)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • build(deps): bump loader-utils from 1.4.0 to 1.4.2

    build(deps): bump loader-utils from 1.4.0 to 1.4.2

    Bumps loader-utils from 1.4.0 to 1.4.2.

    Release notes

    Sourced from loader-utils's releases.

    v1.4.2

    1.4.2 (2022-11-11)

    Bug Fixes

    v1.4.1

    1.4.1 (2022-11-07)

    Bug Fixes

    Changelog

    Sourced from loader-utils's changelog.

    1.4.2 (2022-11-11)

    Bug Fixes

    1.4.1 (2022-11-07)

    Bug Fixes

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
Owner
Capsule Social
Decentralized Discourse
Capsule Social
Cripto-exchange - App to find out the prices of the 30 first main cryptocurrencies by capitalization. Powered by Vue.js

coin-exchange Set up de Tailwinds vue add @ianaya89/tailwind Introducción y Setu

Alejandro Vera 0 Jan 26, 2022
It's the same as Google Keep but you can have unlimited subtasks for each and every one of your main tasks!

SAD-KEEP It's the same as Google Keeps but you can have unlimited subtasks for each and every one of your main tasks! You can see it live: Sad-keep de

Sadaf 2 Aug 6, 2022
The Coach Finder App is an Web App which should help us find a coach that, for example, helps us become better in web development, whatever.

The Coach Finder App is an Web App which should help us find a coach that, for example, helps us become better in web development, whatever.

Asmaa Adel 2 Aug 27, 2022
A Vue3 Todo Web Application with typescript, Vue3, Pinia, Tailwindcss

Vue3 Todo Web Application A Vue3 Todo Web Application with typescript, Vue3, Pinia, Tailwindcss How to run? npm install # or yarn yarn npm run dev #

Eggplantiny 53 Dec 25, 2022
A starter template for building complete application using Node.js and Vue.js with some included packages and configurations to help start the development quickly.

Node-Vue-Template A starter template for building a complete application using Node.js and Vue.js with some included packages and configurations to he

Muhammad Ubaid Raza 72 Nov 2, 2022
🤖Open-source api development application for minimalists, with new front-end

??Open-source api development application for minimalists, with new front-end

0x707 118 Nov 11, 2022
FastCrud - an options-oriented crud development framework based on vue3

FastCrud is an options-oriented crud development framework based on vue3. It can rapidly develop crud functions and can be used as the basic framework of a low code platform.

null 412 Jan 5, 2023
Clone of project for SMU project on web app development

is216-project IS216 - Group 14 - WAD Kings Stephanie Winata ([email protected]), Euan Chng Zhixiang ([email protected]), Shu

Eric Li 2 Feb 25, 2022
A vue3 + Element-plus written web IM web side 💻 📲. 🖥

A vue3 + Element-plus written web IM web side ?? ??. ??

IM-Tools 77 Dec 3, 2022