DEV Community

Cover image for Vue Js 3 + Vite Tutorial 1 ( Installation )
mzulfanw
mzulfanw

Posted on

Vue Js 3 + Vite Tutorial 1 ( Installation )

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.

  1. you can go to Vite
  2. Scaffolding Your First Vite Project using npm or yarn npm create vite@latest or yarn create vite
  3. After that it will showing prompt, you can choose anything framework, but in here we're using Vue Js
  4. Enjoy it your first vue installation
In the next article, we're gonna learn about vue js

Top comments (0)