# vue3_rabbit **Repository Path**: shallow-winds/vue3_rabbit ## Basic Information - **Project Name**: vue3_rabbit - **Description**: vue3+elementPlus项目,vue3知识点基本使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-21 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3_rabbit 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 ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ``` ```sh 文件夹描述: apis:api接口文件夹 assets:静态资源文件夹 components:公共组件文件夹 composables:组合函数文件夹 directives:全局指令文件夹 router:路由配置文件夹 stores:pinia状态集中管理文件夹 styles:全局样式文件夹 utils:工具函数文件夹 views:组件 ```