0.0.0-next.0 • Published 4 years ago

test-nuxt-mdx v0.0.0-next.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

MDX module for Nuxt.js

Features

  • Load .mdx files inside Vue components.
  • Register .mdx files as routes in pages directory.

📖 Release Notes

Setup

  1. Add @nuxtjs/mdx dependency to your project
yarn add @nuxtjs/mdx # or npm install @nuxtjs/mdx
  1. Add @nuxtjs/mdx to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@nuxtjs/mdx',

    // With options
    ['@nuxtjs/mdx', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Jonathan Bakebwa codebender828@gmail.com