SolidScribe/client
Max G 278b204b3b * Added placeholder text to site when loading JS
* Added hidden text to site for scraping
* Login token will be destroyed if fetch site totals is called and the token is bad
* Moved passwords out of application and into a .env file that is loaded on startup
* Changed prod database password for primary user (which is dev)
* Set up .env for dev and prod
2020-04-13 07:44:57 +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 placeholder text to site when loading JS 2020-04-13 07:44: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 * Added placeholder text to site when loading JS 2020-04-13 07:44:57 +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.