一个零售类商城项目,包含商品列表,详情,分类,购物车,收藏,地址管理,个人信息等页面,下载直接运行即可查看详情,想图方便的,直接使用或者简单修改就可以。
# 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 e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.