Açıklama Yok

bding d444a7aad8 去除宽度 1 yıl önce
public 7f7727cff9 init 2 yıl önce
src d444a7aad8 去除宽度 1 yıl önce
.env.development 7f7727cff9 init 2 yıl önce
.env.production 9d15dba9c2 生产环境配置更换 2 yıl önce
.env.test 7f7727cff9 init 2 yıl önce
.eslintrc.js 7f7727cff9 init 2 yıl önce
.gitignore 962976e685 忽略 1 yıl önce
README.md 7f7727cff9 init 2 yıl önce
index.html 4b439cc4c5 wx jsdk 1 yıl önce
package-lock.json 46790224ec 8.5 1 yıl önce
package.json 46790224ec 8.5 1 yıl önce
tsconfig.json 7f7727cff9 init 2 yıl önce
vite.config.ts 47d80ce3aa 报告链接 2 yıl önce

README.md

Vue 3 + Typescript + Vite

This template should help get you started developing with Vue 3 and Typescript in Vite.

Recommended IDE Setup

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 enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.