SolidScribe/client
Max G 2ae84ab73e Update
* Added more version icons
* Added working sign to notes when archived or tagged
* Big sexy marketing update
* Clicking Tags now opens them in their tag category
2020-07-03 03:25:38 +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
src Update 2020-07-03 03:25:38 +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 * Made splash page dark and updated description 2020-05-15 23:12:09 +00:00
package-lock.json Updated all global and local client packages 2020-06-21 02:07:36 +00:00
package.json Updated all global and local client packages 2020-06-21 02:07:36 +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.