deadlock-detect/view-ui
changtao 51aa7b86a9 修改代码结构,封装函数接口 2023-06-07 16:08:51 +08:00
..
dist 修改代码结构,封装函数接口 2023-06-07 16:08:51 +08:00
node_modules first commit 2023-04-11 14:25:27 +08:00
public first commit 2023-04-11 14:25:27 +08:00
src 修改代码结构,封装函数接口 2023-06-07 16:08:51 +08:00
README.md first commit 2023-04-11 14:25:27 +08:00
env.d.ts first commit 2023-04-11 14:25:27 +08:00
index.html first commit 2023-04-11 14:25:27 +08:00
package-lock.json first commit 2023-04-11 14:25:27 +08:00
package.json first commit 2023-04-11 14:25:27 +08:00
tsconfig.json first commit 2023-04-11 14:25:27 +08:00
vite.config.ts first commit 2023-04-11 14:25:27 +08:00

README.md

dlcheck

This template should help get you started developing with Vue 2 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates.

However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can run Volar: Switch TS Plugin on/off from VSCode command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build