Introduction
Learn how to structure our project and how Vue-CLI makes it simple for us.
We'll cover the following
Project architecture
When starting a new project, developers always need to concern themselves with how to structure it or what the best architecture is. Vue-CLI is a great start because it provides a basic structure for Vue applications out of the box. The directories that are automatically created for us in the src
folder are:
Get hands-on with 1400+ tech skills courses.