Blog
Create a blog with nuxt.
Setup
- Add
@nuxtjs/blog
dependency using yarn or npm to your project - Add
@nuxtjs/blog
module tonuxt.config.js
:modules: [{ src: '@nuxtjs/blog', }]
Usage
Put your markdown articles/posts in blog
directory in project root.