nuxt-blog-module

0.0.2 • Public • Published

Blog

Create a blog with nuxt. This is a forked version of https://github.com/nuxt-community/blog-module

NOTE @nuxtjs/axios is a peer dependency

Installation

yarn add @nuxtjs/axios nuxt-blog-module

or

npm install @nuxtjs/axios nuxt-blog-module

Setup

  • Add nuxt-blog-module and @nuxtjs/axios modules to nuxt.config.js:

    modules: ['@nuxtjs/axios', 'nuxt-blog-module']

Usage

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

Package Sidebar

Install

npm i nuxt-blog-module

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

342 kB

Total Files

33

Last publish

Collaborators

  • sgroff04