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.
|
5 years ago | |
---|---|---|
.. | ||
build | 5 years ago | |
config | 5 years ago | |
src | 5 years ago | |
static | 5 years ago | |
.babelrc | 5 years ago | |
.editorconfig | 5 years ago | |
.gitignore | 5 years ago | |
.postcssrc.js | 5 years ago | |
README.md | 5 years ago | |
index.html | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago |
README.md
shopping
Vue2.0+Vue-router+Vuex打造商城购物网站
主要功能:
商品详情
商品添加购物车
商品购买
地址选择
结账(模拟)
Build Setup
# 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 and docs for vue-loader.