vite/packages/create-vite/template-vue
2024-10-04 17:36:42 +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: update all url references of vitejs.dev to vite.dev (#18276) 2024-10-04 17:36:42 +08: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 (#17991) 2024-09-02 11:20:05 +08:00
README.md docs(create-vite): link to Vue docs for IDE support info (#16225) 2024-03-24 07:24:47 +01:00
vite.config.js chore: update all url references of vitejs.dev to vite.dev (#18276) 2024-10-04 17:36:42 +08:00

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.