How to start a new Vue project
Install Node js
Install Vue js with npm install vue in terminal
Run in terminal the following command to start a new project
vue create projectname
instead of projectname use whatever you want
Then select whichever option suits you
Vue CLI v4.5.15...
blog.benpmd.com1 min read