How to start a new Vue project
Install Node js
Install Vue js with
npm install vue
in terminalRun in terminal the following command to start a new project
vue create projectname
instead of
projectname
use 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