This repository was archived by the owner on Jul 9, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
Kesin11/my-js-boilerplate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Vue.js + Vuex
- Babel
- AVA
- ESLint
https://kesin11.github.io/my-js-boilerplate/
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build
For detailed explanation on how things work, consult thedocs for vue-loader.
# one timenpmtest# watchnpm run test:watch
npm run lint# --fixnpm run lint:fix