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
.