VueJS part 8: Creating the Vue app with CLI

Kristijan
4 min readOct 17, 2023

Introduction

Recently, I started learning VueJS, and this article is part of the series of my notes while learning it. In the previous parts, every time I used VueJS I loaded it from CDN and wrote all the code in a single JavaScript file. In this part, I will cover an alternative way to generate a project using the command line and what benefits we get using it that way.

Vue logo

--

--