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 devnpm run dev: Run the Eagle.js development environemntnpm run build: Build with HTML/CSS/JS minification.npm run lintRun the eslint rules.