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 environemnt
  • npm run build: Build with HTML/CSS/JS minification.
  • npm run lint Run the eslint rules.