A Vue.js project created with vue cli.
To Run the application, clone it...and then:
- npm install
- npm run backend
- npm run frontend (in a different terminal)
- access application at http://localhost:8080
# install dependencies
npm install
# serve frontend with hot reload at localhost:8080
npm run frontend
# serve backend at localhost:8081
npm run backend
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
For detailed explanation on how things work, checkout the guide and docs for vue-loader.