云南体检H5前端
Go to file
lSun c8cee60f31 app-手机验证码登录 2025-08-28 17:00:20 +08:00
public initStore 2023-07-25 14:12:59 +08:00
src app-手机验证码登录 2025-08-28 17:00:20 +08:00
.env.development initStore 2023-07-25 14:12:59 +08:00
.env.production initStore 2023-07-25 14:12:59 +08:00
.gitignore initStore 2023-07-25 14:12:59 +08:00
README.md initStore 2023-07-25 14:12:59 +08:00
components.d.ts app-手机验证码登录 2025-08-28 17:00:20 +08:00
dist云南体检生产.zip 6.25添加浏览器打开 2024-06-25 14:16:23 +08:00
index.html 体检加密 2024-06-17 09:54:43 +08:00
package-lock.json 体检加密 2024-06-17 09:54:43 +08:00
package.json 体检加密 2024-06-17 09:54:43 +08:00
tsconfig.json initStore 2023-07-25 14:12:59 +08:00
tsconfig.node.json initStore 2023-07-25 14:12:59 +08:00
vite.config.ts 体检加密 2024-06-17 09:54:43 +08:00

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.