You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
582 B
35 lines
582 B
# shopping
|
|
|
|
> Vue2.0+Vue-router+Vuex打造商城购物网站
|
|
|
|
主要功能:
|
|
|
|
商品详情
|
|
|
|
商品添加购物车
|
|
|
|
商品购买
|
|
|
|
地址选择
|
|
|
|
结账(模拟)
|
|
|
|
|
|
## Build Setup
|
|
|
|
``` bash
|
|
# 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
|
|
```
|
|
|
|
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
|