Helooo peeps, in here i will give you some tutorial about Vue Js 3, before going to the tutorial, let me explain what is vue.
Vue Js is a Framework for bulding Frontend apps, like a React or Angular. Vue js created by Evan You. IMO Vue js fairly easy compared to the others frameworks. If you want to know what applications are made by vue js, you can check Here.
- you can go to Vite
- Scaffolding Your First Vite Project using npm or yarn
npm create vite@latest
oryarn create vite
- After that it will showing prompt, you can choose anything framework, but in here we're using Vue Js
- Enjoy it your first vue installation
Top comments (0)