Course lesson
Create a Vue 3 Project with Vite
Vite is a lightning-fast way to start a new project. In this lesson, we will use Vite to generate a new project with Vue as the framework.
- Duration
- 2 min
- Access
- Included
- Transcript
- Retained from source evidence
Vite is a lightning-fast way to start a new project. In this lesson, we will use Vite to generate a new project with Vue as the framework.
We'll also take a tour of the project that was generated by Vite. Starting with the vite.config.js and going through the index.html entry point, down through main.js and App.vue.