# jdzb_client_vue **Repository Path**: blackcreater/jdzb_client_vue ## Basic Information - **Project Name**: jdzb_client_vue - **Description**: 【教学工程】使用vue3开发京东客户端 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-02 - **Last Updated**: 2022-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jdzb_client git remote add origin https://gitee.com/steveouyang/jdzb_client_vue.git # mock-server json-server ./mock/mdata.js -r ./mock/mrouter.json -H 0.0.0.0 -p 9000 --watch # git命令 git checkout -b feat3-pageloading git add . git commit -m "组件拆分+路由练习" git push -u origin feat2-component ## Project setup ``` pnpm install pnpm i axios pnpm install vuex-persistedstate ``` ### Compiles and hot-reloads for development ``` pnpm run serve ``` ### Compiles and minifies for production ``` pnpm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).