Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 420 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 420 Bytes

vue-boilerplate

An opinionated Vue.js 2 boilerplate

Tools

  • Vue.js 2.2
  • Vue Router
  • SASS with Autoprefixer
  • AVA Tests
  • Istanbul Coverage

Installation

### 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

License

MIT