A Vue.js project
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
- [vue-cli] (https://github.com/vuejs/vue-cli)
- [vue-resource] (https://github.com/pagekit/vue-resource)
- [vue-router] (https://github.com/vuejs/vue-router)
- [vuex] (https://github.com/vuejs/vuex)
- [vue-bootstrap] (https://bootstrap-vue.js.org/)
- [bootstrap] (https://getbootstrap.com/)
- [ag-grid] (https://www.ag-grid.com/)
- [npprogress] (https://github.com/rstacruz/nprogress)
- [vue-sweetalert] (https://www.npmjs.com/package/vue-sweetalert)
- [vue2-google-maps] (https://www.npmjs.com/package/vue2-google-maps)
- [vuex-i18n] (https://www.npmjs.com/package/vuex-i18n)
- [vue-notification] (https://github.com/euvl/vue-notification)
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).