install Node.js
npm install
npm run build-only
npm version v18.20.4
How to create vue.js code
npm install @vue/cli -g
vue create projectname
select the required options
cd projectname
code .
install Node.js
npm install
npm run build-only
npm version v18.20.4
How to create vue.js code
npm install @vue/cli -g
vue create projectname
select the required options
cd projectname
code .