An opinionated Vue.js 2 boilerplate
- Vue.js 2.2
- Vue Router
- SASS with Autoprefixer
- AVA Tests
- Istanbul Coverage
### Install dependencies
yarn
### Start dev server with hot reload
yarn run dev
### Build everything
yarn run build
### Lint files
yarn run lint
### Run the tests
yarn run test
### Check the coverage
yarn run coverage
MIT