@hebilicious/nuxtpress
v0.0.1
Published
[![CI](https://github.com/Hebilicious/authjs-nuxt/actions/workflows/ci.yaml/badge.svg)](https://github.com/Hebilicious/authjs-nuxt/actions/workflows/ci.yaml) [![npm version](https://badge.fury.io/js/@hebilicious%2Fauthjs-nuxt.svg)](https://badge.fury.io/j
Downloads
1
Readme
⚗️ Nuxtpress
🚀 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!
Fork this repo
Install
node
andpnpm
Usecorepack enable && corepack prepare pnpm@latest --activate
to install pnpm easilyUse
pnpm i
at the mono-repo root.Make modifications and follow conventional commits.
Open a PR 🚀🚀🚀