Deprecated. A Vue.js project, base on vue-webpack template, with bulma, chart.js, font awesome. This is based on vue 2.x and vue-router 2.x. Using with vue 1.x and vue-router 0.7.x please checkout 1.0.
git clone --branch 1.0 https://github.com/hsuehic/vue-kit.git vue-kit
用于快速构建产品原型或者演示demo
- Desktop admin
- Mobile
http://vue-kit.ihsueh.com/mobile.html
- Desktop Admin
- Mobile
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
git config commit.template git_commit.template
using the comment style to commit editors
For detailed explanation on how things work, checkout the guide and docs for vue-loader.