Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vue.js 3 Fundamentals with the Composition API

Local Setup with Vite

In this lesson, we learn how to get a Vue project setup on our local machine with Vite.

Since a build step is required to use script setup this is the fastest and easiest way to get going. If you don't want to use the script setup feature then you can install Vue via a script tag linked to CDN.

Links

⚠️ You should use npm init vue@latest to install the latest version of Vue (instead of vue@3)