An Eagle.js template for vue-cli
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init elpete/eagle-js-template my-project
$ cd my-project
$ npm install
$ npm run dev
npm run dev
: Run the Eagle.js development environemntnpm run build
: Build with HTML/CSS/JS minification.npm run lint
Run the eslint rules.