# vue3-guangfang-18.15.0 **Repository Path**: AngGeLoveVue/vue3-guangfang-18.15.0 ## Basic Information - **Project Name**: vue3-guangfang-18.15.0 - **Description**: init - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-14 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-guangfang-18.15.0 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). ## 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 ``` 目录调整 在src目录下新增以下文件夹: 1utils:存放一些通用的工具函数、常量或者配置信息 2styles:存放全局样式文件 3apis,存放API接口文档 4directives:存放全局指令的文件夹 5composables:存放组合函数或通用的逻辑函数的文件夹