# vue3_shopping **Repository Path**: pang-yy/vue3_shopping ## Basic Information - **Project Name**: vue3_shopping - **Description**: 这是一个vue3的pc端商城 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-06-02 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-project This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` 1.新建项目 瘦身 UI 和 axios 需要自己安装 根据设计图配置router $$ 搭建的请求 根据设计图的功能 规划项目开发周期 如何思考根据设计图设置router? 在商品展示中,头部与尾部相同,只有中间内容(首页,详情,分类)切换 登录页面的头尾和商品展示页不同 home=>头部 + 中间+ 尾部 2.别人的项目做了一半,你接着写