# shop_web **Repository Path**: zYiJin/shop_web ## Basic Information - **Project Name**: shop_web - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-10-19 - **Last Updated**: 2021-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shop_web ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your unit tests ``` npm run test:unit ``` ### Run your end-to-end tests ``` npm run test:e2e ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 文档地址 + MDN的javaScript文档(https://developer.mozilla.org/zh-CN/docs/Web) + typescript文档(https://www.tslang.cn/) + vue3 官网(https://www.vue3js.cn/docs/zh/) + vueRouter(https://router.vuejs.org/zh/installation.html) + vuex(https://vuex.vuejs.org/zh/) + vue composition API(https://composition-api.vuejs.org/zh/) + u3u/vue-hooks(https://developer.aliyun.com/mirror/npm/package/@u3u/vue-hooks) + vue-cli脚手架配置(https://cli.vuejs.org/zh/) + UI库 Ant Design of Vue(https://2x.antdv.com/docs/vue/introduce-cn/) + 请求工具 Axios(http://www.axios-js.com/zh-cn/docs/)