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.
ptx4wpcyf/Vue-shopping
CTGU-HW eab4298725
2020/7/29,提交前端框架
5 years ago
..
build 2020/7/29,提交前端框架 5 years ago
config 2020/7/29,提交前端框架 5 years ago
src 2020/7/29,提交前端框架 5 years ago
static 2020/7/29,提交前端框架 5 years ago
.babelrc 2020/7/29,提交前端框架 5 years ago
.editorconfig 2020/7/29,提交前端框架 5 years ago
.gitignore 2020/7/29,提交前端框架 5 years ago
.postcssrc.js 2020/7/29,提交前端框架 5 years ago
README.md 2020/7/29,提交前端框架 5 years ago
index.html 2020/7/29,提交前端框架 5 years ago
package-lock.json 2020/7/29,提交前端框架 5 years ago
package.json 2020/7/29,提交前端框架 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.