SolidScribe/client
Max G 7806a206b2 Large refactor on the front end
Created pages directory
Added night mode
2019-07-30 19:10:31 +00:00
..
build Cleaned up some display issues that probably still need work 2019-07-21 16:28:07 +00:00
config Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
semantic Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
src Large refactor on the front end 2019-07-30 19:10:31 +00:00
static Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
.babelrc Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
.editorconfig Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
.gitignore Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
.postcssrc.js Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
index.html Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
package.json Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
README.md Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
semantic.json Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00

client

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.