# TestDemo **Repository Path**: jesse20/TestDemo ## Basic Information - **Project Name**: TestDemo - **Description**: Vue练手项目,已做完很基础 项目技术: Vue2.0+vue-router+vuex+ElementUI+swiper+scss - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-16 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vuex, TestDemo, 新手入行 ## README # TestDemo 测试用例 # mooc git仓库地址 https://git.imooc.com/jesse20 # fastmock 接口地址 https://www.fastmock.site/#/project/d4730d54d71131d03b27e9a2dbb0fd79 # 项目中遇到的问题记录 https://shimo.im/docs/69vw9jWpV9qPYpkH # 已对接完成 1.前后端联调的问题 后端程序对应仓库new_mall_test_springboot 2.支付业务(借助了第三方接口SDK) 3.商品详情页面(没有啥好的实现模板自己随意拼接的) 4.商品的售后服务(通过发送邮件的方式来进行发送) # 项目运行 1.git clone https://gitee.com/jesse20/TestDemo.git 2.npm install 3.sass-loader用问题的话就需要自己手动进行安装 4.下载下来可能在编译时会报错,在src/components/目录下,把组件slogan.vue改成Slogan.vue即可 # 不会的地方直接上github上面看看大佬们的实现方式