Development
Setting up Vue 3 and Typescript using Vite.
1 minutes
In this post we will be finding out how to create a new project using Vue 3 and Typescript. To accomplish this we will be using the awesome Vite build tool!
To start, open your terminal in your projects folder and then run npm create vite@latest
to scaffold our project with the technologies we want.
Follow the prompts to type your project name and select Vue
and Typescript
.