项目作者: halostatue

项目描述 :
Learn vuex with a notes app, based on a Coligo tutorial and updated for vue2 and vuex2
高级语言: JavaScript
项目地址: git://github.com/halostatue/vuex-notes.git
创建时间: 2017-07-01T06:06:57Z
项目社区:https://github.com/halostatue/vuex-notes

开源协议:

下载


vuex-notes

A simple Vue.js project exploring Vuex, based on a tutorial by
coligo. The original
tutorial was written for Vuex 1.x; I have updated this to work with Vuex 2.x.

This particular repo was created with vue init webpack.

Tests will be added later.

Build Setup

I recommend the use of yarn instead of npm.

  1. # install dependencies
  2. yarn
  3. # serve with hot reload at localhost:8080
  4. yarn run dev
  5. # build for production with minification
  6. yarn run build
  7. # build for production and view the bundle analyzer report
  8. yarn run build -- --report
  9. # run unit tests
  10. yarn run unit
  11. # run e2e tests
  12. yarn run e2e
  13. # run all tests
  14. yarn test

For detailed explanation on how things work, checkout the
guide and docs for
vue-loader
.