Go to file
“yu” 525c9b0572 u 2024-07-16 00:17:58 +08:00
.vscode 'update' 2024-07-14 01:01:41 +08:00
public 'update' 2024-07-14 01:01:41 +08:00
src u 2024-07-16 00:16:30 +08:00
.env 'update' 2024-07-14 01:01:41 +08:00
.env.deveployment 'update' 2024-07-14 01:01:41 +08:00
.env.production 'update' 2024-07-14 01:01:41 +08:00
.eslintrc.js 'update' 2024-07-14 01:01:41 +08:00
.gitignore 'update' 2024-07-14 01:01:41 +08:00
README.md 'update' 2024-07-14 01:01:41 +08:00
auto-imports.d.ts u 2024-07-14 18:54:59 +08:00
components.d.ts 'update' 2024-07-14 01:01:41 +08:00
dist.zip u 2024-07-15 17:22:06 +08:00
favicon.ico 'update' 2024-07-14 01:01:41 +08:00
index.html 'update' 2024-07-14 01:01:41 +08:00
package-lock.json 'update' 2024-07-14 01:01:41 +08:00
package.json 'update' 2024-07-14 01:01:41 +08:00
tsconfig.json 'update' 2024-07-14 01:01:41 +08:00
tsconfig.node.json 'update' 2024-07-14 01:01:41 +08:00
vite.config.ts 'update' 2024-07-14 01:01:41 +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.

  • VS Code + Vue - Official (previously Volar) and disable Vetur

  • Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.