Vue CLI introduction

To build some more advanced apps we'd need some build system for that. Vue CLI is the way to go for most of users so we'll use it.

Command to run is npm i -g @vue/cli which should get the latest version. Then vue create my-app is the way to go!

Vue CLI introduction

To build some more advanced apps we'd need some build system for that. Vue CLI is the way to go for most of users so we'll use it.

Command to run is npm i -g @vue/cli which should get the latest version. Then vue create my-app is the way to go!