How to start a new Vue project
Install Node js
Install Vue js with
npm install vuein terminalRun in terminal the following command to start a new project
vue create projectnameinstead of
projectnameuse whatever you wantThen select whichever option suits you
Vue CLI v4.5.15 ? Please pick a preset: (Use arrow keys) Default ([Vue 2] babel, eslint) > Default (Vue 3) ([Vue 3] babel, eslint) Manually select features





