# vue3_admin **Repository Path**: turck-gao/vue3_admine ## Basic Information - **Project Name**: vue3_admin - **Description**: 学习vue3+ts+pina - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-27 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 淘宝镜像最新地址,使用npm i 安装 https://npmmirror.com Registry Endpoint:https://registry.npmmirror.com ## commit 英文: 并且冒号后面是需要空一格的 ,如 fix: 修改bug - 'feat',//新特性、新功能 - 'fix',//修改bug - 'docs',//文档修改 - 'style',//代码格式修改, 注意不是 css 修改 - 'refactor',//代码重构 - 'perf',//优化相关,比如提升性能、体验 - 'test',//测试用例修改 - 'chore',//其他修改, 比如改变构建流程、或者增加依赖库、工具等 - 'revert',//回滚到上一个版本 - 'build',//编译相关的修改,例如发布版本、对项目构建或者依赖的改动 ## Type Support For `.vue` Imports in TS TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types. If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps: 1. Disable the built-in TypeScript Extension 1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette 2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)` 2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.