test-nuxt-mdx

0.0.0-next.0 • Public • Published

MDX

@nuxtjs/mdx

npm version npm downloads circle ci coverage License

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

Readme

Keywords

none

Package Sidebar

Install

npm i test-nuxt-mdx

Weekly Downloads

0

Version

0.0.0-next.0

License

MIT

Unpacked Size

5.47 kB

Total Files

7

Last publish

Collaborators

  • _codebender828