Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Kesin11/my-js-boilerplate

Repository files navigation

my-js-boilerplate

CircleCI

  • Vue.js + Vuex
  • Babel
  • AVA
  • ESLint

Demo

https://kesin11.github.io/my-js-boilerplate/

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

Test

# one time
npm test

# watch
npm run test:watch

Lint

npm run lint

# --fix
npm run lint:fix