Vue js 3 bangla tutorial part 02
Download and install node js
https://nodejs.org/en/
Download and install vs code editor
https://code.visualstudio.com/
Installing Process:
1. First instal vue cli globally
npm install -g @vue/cli
2.Check CLI is correctly Install or not
vue --version
3.Create your vue project anywhere of your machine
vue create your-project-name
4. Go to your project and start development server
npm run serve
#vuejs3ProjectSetup
#vueJsBangla