Flag Football Gameday WebApp
Install vue-cli with webpack template.
$ npm install --global vue-cli
$ vue init webpack my-project
$ cd my-project $ npm install $ npm run dev
Vue the instructions at https://vuejs.org/v2/guide/installation.html
# 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.