dataease-dm/core/core-frontend
2023-12-13 16:42:26 +08:00
..
config pref: 关闭sourceMap 2023-12-06 15:34:52 +08:00
flushbonading perf: 删除控制台打印 2023-11-29 17:06:53 +08:00
public refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
src fix(视图-汇总表): 脱敏字段显示不正确。 2023-12-13 16:42:26 +08:00
types refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
.editorconfig refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
.env.base refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
.env.desktop refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
.env.dev refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
.eslintignore refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
.eslintrc.js refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
.gitkeep refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
.npmrc refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
.prettierignore refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
auto-imports.d.ts refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
index.html refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
package.json fix: UI库升级 2023-11-16 15:00:28 +08:00
panel.html refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
pom.xml perf: 降低前端打包时间 2023-11-30 20:27:11 +08:00
postcss.config.js refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
prettier.config.js refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
README.md refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
stylelint.config.js refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
tsconfig.json refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00
vite.config.ts refactor: 初始化dev-v2 2023-10-23 22:00:14 +08:00

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.