21级的知识图谱仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
fwb 9a6032ebe0 '栏目新闻优化' 4 weeks ago
..
.vscode '代码迁移' 3 months ago
generated '代码迁移' 3 months ago
mock '代码迁移' 3 months ago
public '代码迁移' 3 months ago
scripts 第一次提交 3 months ago
src '栏目新闻优化' 4 weeks ago
.env.development '栏目细节优化' 1 month ago
.env.production 门户与后台登录、退出 2 months ago
.env.test 第一次提交 3 months ago
.eslintignore '代码迁移' 3 months ago
.eslintrc copy.cjs '代码迁移' 3 months ago
.eslintrc.cjs '代码迁移' 3 months ago
.gitignore '排除pnpm历史包记录' 2 months ago
.prettierrc.json 第一次提交 3 months ago
.stylelintignore 第一次提交 3 months ago
.stylelintrc.cjs 第一次提交 3 months ago
README.md 第一次提交 3 months ago
README_1.md '代码迁移' 3 months ago
dist.zip '代码迁移' 3 months ago
index.html '代码迁移' 3 months ago
package.json '代码迁移' 3 months ago
pnpm-lock.yaml 'gengxin' 2 months ago
tsconfig.json '代码迁移' 3 months ago
tsconfig.node.json 第一次提交 3 months ago
vite.config.ts 门户与后台登录、退出 2 months ago
vite.config.ts.timestamp-1718268044772-4deaaf3aeef01.mjs '代码迁移' 3 months ago
vite.config.ts.timestamp-1718962043727-a5f9abeb4a0c.mjs '代码迁移' 3 months ago
vite.config.ts.timestamp-1723300901027-675730089c647.mjs '代码迁移' 3 months ago
vite.config.ts.timestamp-1723381540521-cd7b5d4b77f62.mjs '代码迁移' 3 months ago
vite.config.ts.timestamp-1723526592229-30b7000bab01c.mjs '代码迁移' 3 months ago

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

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) 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 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.