0.0.1-6 • Published 7 years ago

@nuxtjs/blog v0.0.1-6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Blog

Create a blog with nuxt.

Setup

  • Add @nuxtjs/blog dependency using yarn or npm to your project
  • Add @nuxtjs/blog module to nuxt.config.js:
    modules: [{
        src: '@nuxtjs/blog',
    }]

Usage

Put your markdown articles/posts in blog directory in project root.