0.0.1-6 • Published 8 years ago
@nuxtjs/blog v0.0.1-6
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.