How to create First App with Vue js | Start with Vuejs

Опубликовано: 31 Октябрь 2024
на канале: Webmundo
90
1

hello friends,

Today we are going to see How Exactly the We can start with the Vuejs


1 - js go to https://vuejs.org/guide/quick-start.h... and follow the instruction
2- You must have installed the node js
3- Type the command here npm init vue@latest
4- The project has been created
5 - No js navigate to the folder and hit the command as shown
6 - Now Hit the url :http://127.0.0.1:5173/
Now yoou can make the changes in the Application as per the Requirment


Thanks