//nuxtpressbyHebilicious

nuxtpress

A nuxt module to use markdown files as pages

2
0
2
1
TypeScript

βš—οΈ Nuxtpress

CI
npm version
License: MIT

πŸš€ Welcome to NuxtPress!

This is a Nuxt Module that allows you to use markdown as pages.
Under the hood, it uses vite-plugin-vue-markdown and all options are supported.

⚠️ Disclaimer

πŸ§ͺ This module is VERY WIP and is not recommended for production use. There will be breaking changes while I’m working on it.

πŸ“¦ Installation

Use pnpm for development of your module :

pnpm i @hebilicious/nuxtpress

πŸ“¦ Contributing

Contributions, issues and feature requests are welcome!

  1. Fork this repo

  2. Install node and pnpm Use corepack enable && corepack prepare pnpm@latest --activate to install pnpm easily

  3. Use pnpm i at the mono-repo root.

  4. Make modifications and follow conventional commits.

  5. Open a PR πŸš€πŸš€πŸš€

[beta]v0.14.0