SolidScribe/client
Max G 071aaf22cd * Added Much better session Management, key updating and deleting
* Force reload of JS if app numbers dont match
* Added cool tag display on side of note
* Cleaned up a bunch of code and tweaked little things to be better
2020-06-15 09:02:20 +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 * Added Much better session Management, key updating and deleting 2020-06-15 09:02:20 +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 Removed Semantic Added Fomantic 2020-03-26 05:05:31 +00:00
package.json Removed Semantic Added Fomantic 2020-03-26 05:05:31 +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.