Vue is:

An approachable, performant and versatile framework for building web user interfaces. ~ Vue.js - The Progressive JavaScript Framework | Vue.js

🚀 Creating a new Vue Project

When creating a new Vue project it is best to use the following command to scaffold the boilerplate setup code:

npm init vite@latest
npm create vue@latest

Note

Check the official docs for more information: Quick Start | Vue.js