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