Installing the CLI
npm i -g @vue/cli
Creating a Vue project
vue create real-world-vue
Serving our Project
npm run serve
Installing the CLI
npm i -g @vue/cli
Creating a Vue project
vue create real-world-vue
Serving our Project
npm run serve