Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vue.js Components Fundamentals

Component Naming Best Practices

In this lesson, we'll learn the best practices of naming our Vue.js components. By following the best practices and official Vue.js Style Guide our applications will be easier to understand for other developers, just by taking a look at the component files.

Important Note

Since Vue.js 3 became the default you must now specify version 2 when getting Vue from a CDN.

<script src="https://unpkg.com/vue@2"></script>