In this guide we'll create a Vue project using Vue CLI 3. CLI stands for Command Line Interface, Vue CLI enables us to quickly bootstrap a new Vue project. It allows us to pick libraries we want to use, it configures webpack for us and it also allows us write code in any way we like. Vue CLI is f...