Coding Challenge: Nuxt Layouts, Pages, and Components
Create a project using layouts, pages, and components.
We'll cover the following...
Problem statement
In this challenge, create a working Nuxt project using components, pages, and layouts:
Some code files have been added to the example below. Two .vue files ...
Ask