vite/packages/create-vite/template-vue-ts
renovate[bot] b45922a91d
chore(deps): update all non-major dependencies (#16722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-20 15:56:38 +08:00
..
.vscode fix(create-vite): remove vue3 deprecated plugin (TypeScript Vue Plugin) (#16158) 2024-03-14 08:56:19 +01:00
public feat(create-vite): align template styles with docs (#8478) 2022-06-08 09:36:56 +02:00
src chore(create-vite): update IDE support instructions in helloworld components (#16605) 2024-05-07 12:14:54 +02:00
_gitignore chore(create-vite): add more gitignore (#6247) 2021-12-28 04:52:51 +01:00
index.html chore(deps): update dependency prettier to v3 (#13759) 2023-07-19 09:53:25 +02:00
package.json chore(deps): update all non-major dependencies (#16722) 2024-05-20 15:56:38 +08:00
README.md docs(create-vite): link to Vue docs for IDE support info (#16225) 2024-03-24 07:24:47 +01:00
tsconfig.json fix(deps): update all non-major dependencies (#15803) 2024-02-08 10:43:45 +01:00
tsconfig.node.json feat(create-vite): set "strict: true" in tsconfig.node.json (#15820) 2024-02-08 07:20:47 +01:00
vite.config.ts chore: enable prettier trailing commas (#11167) 2022-12-04 08:19:06 +01: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.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.