SETUP WITH VUE
Pre-requisite
Node.js
Install Vue
Method 1: npm create vite@latest [the project name] --template vue
npm create vite@latest frontend --template vue





Method 2: vue create my-vue3-app
Run the Vue



Result

Last updated