Install and create Vue project
Last Updated: April 24, 2020
Install Vue CLI in your machine you can run the following code
npm install -g @vue/cli
# OR
yarn global add @vue/cl
To create the project run the following code
vue create my-project
# OR
vue ui