In the second Nuxt tutorial issue, we'll look at the basics of creating the presentation layer of our future Nuxt application.




Components in General


All Vue.js applications (Nuxt itself runs on top of Vue.js) are built using components. A Vue.js component is typically a text file with a .vue extension, consisting of three possible...