An opinionated Vue.js boilerplate
- Webpack 2
- ESLint
- Vue.js
- Vuex
- Vuex Router Sync
- Vue Router
- Vue i18n
- Fetch API
- Flow Type
- Hotreload
- SASS with Autoprefixer
- AVA Tests
- [-] Code Coverage - Still buggy
- Offline Support
- Server-Side Rendering
### 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