1.0.0 • Published 5 years ago

nuxt-markdown-graphql v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Nuxt Markdown GraphQL

Preview

Markdown to GraphQL module for Nuxt.js

Setup

  • Add nuxt-markdown-graphql dependency using yarn or npm to your project
  • Add nuxt-markdown-graphql to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-markdown-graphql',

    // With options
    ['nuxt-markdown-graphql', { /* module options */ }],
 ]
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Muhibbudin Suretno muhibbudinsuretno1@gmail.com