0.0.1 โ€ข Published 9 months ago

@hebilicious/nuxtpress v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

โš—๏ธ 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 ๐Ÿš€๐Ÿš€๐Ÿš€