# vue-app **Repository Path**: freesand/vue-app ## Basic Information - **Project Name**: vue-app - **Description**: Vue练习项目 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-19 - **Last Updated**: 2022-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-app 使用 Vue 3 + Vite 的练习项目。 ## IDE 设置建议 [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (并禁用 Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## 自定义配置 参见 [Vite Configuration Reference](https://vitejs.dev/config/). ## 项目设置 ```sh npm install ``` ### 开发环境编译和热重载 ```sh npm run dev ``` ### 生产环境编译和最小化 ```sh npm run build ``` ### 使用 [ESLint](https://eslint.org/) 规范代码 ```sh npm run lint ```