SolidScribe/client
2020-03-13 23:34:32 +00:00
..
build Updated to later version of vue cli to improve build process 2020-03-11 03:47:07 +00:00
config Updated to later version of vue cli to improve build process 2020-03-11 03:47:07 +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 Encrypted Notes Alpha! 2020-03-13 23:34:32 +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 Updated to later version of vue cli to improve build process 2020-03-11 03:47:07 +00:00
package-lock.json Updated to later version of vue cli to improve build process 2020-03-11 03:47:07 +00:00
package.json Updated to later version of vue cli to improve build process 2020-03-11 03:47:07 +00:00
README.md Updated to later version of vue cli to improve build process 2020-03-11 03:47:07 +00:00

client2

client2

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.