# VueShop **Repository Path**: assad_2020/VueShop ## Basic Information - **Project Name**: VueShop - **Description**: 集成vue-cli+element-ui+vue-router+vuex+axios的一个简单购物demo,由于接口受限,所以购物车存储的是本地cookie,结算状态是模拟的 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-30 - **Last Updated**: 2021-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-demo > vue-demo 简介 集成vue-cli+element-ui+vue-router+vuex+axios的一个简单购物demo,由于接口受限,所以购物车存储的是本地cookie,结算状态是模拟的 ## 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 执行命令之后,生成一个dist目录,需在服务器环境下浏览 参考资料 vue中文网 https://cn.vuejs.org/ element-ui官网 http://element-cn.eleme.io/#/zh-CN vue-router官网 https://router.vuejs.org/ vuex官网 https://vuex.vuejs.org/ axios使用说明 https://www.kancloud.cn/yunye/axios/234845