Back to Templates
Vite Vue3
This template should help get you started developing with Vue 3 in Vite.
Vue 3 + Vite Template
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.
While this project uses Vue.js, Vite supports many popular JS frameworks. See all the supported frameworks.
Local Development
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
# Open http://localhost:5173 with your browser to see the result.
Compile and Minify for Production
npm run build
# The build artifacts will be stored in the `dist/` directory.