Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 988 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 988 Bytes

demo: https://liuyunhe.github.io/vue-store-practice/

vue-store-practice

A Vue.js project (2.0)

vue2 + vue-router + vue-resource + lodash

Just practice and for fun

If it helps, you can click "star" in the upper right corner to support it. thank you! ^_^

Or you can "follow", I will continue to open up more interesting projects

If you have any questions, please ask them directly in issues, or if you find any problems and have a very good solution, welcome PR 👍

Build Setup (nodejs 6.0+)

# 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

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