eagle-js-template
March 29, 2017 ยท View on GitHub
An Eagle.js template for vue-cli
Usage
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
What's Included
npm run dev: Run the Eagle.js development environemntnpm run build: Build with HTML/CSS/JS minification.npm run lintRun the eslint rules.