# assOrder **Repository Path**: itfee/ass-order ## Basic Information - **Project Name**: assOrder - **Description**: 处理订单 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-19 - **Last Updated**: 2021-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # retailMall > 一个零售类商城项目,包含商品列表,详情,分类,购物车,收藏,地址管理,个人信息等页面,下载直接运行即可查看详情,想图方便的,直接使用或者简单修改就可以。 ### 运行效果示例图 ![index](https://github.com/xiaoshengxianjun/retailMall/blob/master/demo/demo1.png) ![index](https://github.com/xiaoshengxianjun/retailMall/blob/master/demo/demo2.png) ![index](https://github.com/xiaoshengxianjun/retailMall/blob/master/demo/demo3.png) ![index](https://github.com/xiaoshengxianjun/retailMall/blob/master/demo/demo4.png) ![index](https://github.com/xiaoshengxianjun/retailMall/blob/master/demo/demo5.png) ## 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 --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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).