this is my english app for vue
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
由于作者最近在找工作的缘故,发现现在前端上面上对于vue等MVVM框架需求很大,再加上自己接近半年没有用过vue去构建项目,所以这里就制作了一个简单的DEMO版本的VUE项目,希望这里可以帮助到同样爱学习的同学一起进步。
For a detailed explanation on how things work, check out the guide and docs for vue-loader.