Challenge: Recreate a Blog Engine Using Nuxt
Assess your learning by creating a blog engine using Nuxt.
We'll cover the following...
Task
Create a minimal blog engine using Nuxt. Your blog should have:
A home page with links to the posts. Open the
usercode/myapp/pages/index.vue
file and make edits accordingly. ...