An opinionated Vue.js 2 boilerplate
### 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