[Deprecated] Minimalist Markdown Publishing for Nuxt.js
NuxtPress is a microframework that utilizes the Nuxt module system. It enables hot-reloaded Markdown routes, static deployment with Nuxt generate, and live deployment with a simple API. It also includes built-in applications for documentation, blogs, and slides. NuxtPress offers flexible Markdown processing and allows users to eject styles and templates.
npm install nuxt-press
export default {
modules: [
'nuxt-press'
]
}
pages directory to define your routes.NuxtPress is a microframework that integrates with the Nuxt module system, providing convenient features for building websites with Markdown. It offers hot-reloaded routes, flexible deployment options, built-in applications, customizable Markdown processing, and the ability to eject styles and templates. NuxtPress is maintained by @galvez and @pimlie, with the support of the Nuxt Team.