Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt/press
[Deprecated] Minimalist Markdown Publishing for Nuxt.js
https://github.com/nuxt/press
blogging docs documentation markdown nuxt nuxtjs slides slideshow vue vuejs
Last synced: about 2 months ago
JSON representation
[Deprecated] Minimalist Markdown Publishing for Nuxt.js
- Host: GitHub
- URL: https://github.com/nuxt/press
- Owner: nuxt
- Archived: true
- Created: 2018-10-25T21:46:06.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-12T23:08:05.000Z (over 3 years ago)
- Last Synced: 2024-09-18T17:15:09.219Z (about 2 months ago)
- Topics: blogging, docs, documentation, markdown, nuxt, nuxtjs, slides, slideshow, vue, vuejs
- Language: JavaScript
- Homepage: https://content.nuxtjs.org
- Size: 1.39 MB
- Stars: 184
- Watchers: 8
- Forks: 11
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
![nuxt-press](https://user-images.githubusercontent.com/904724/59497906-a2d9d680-8e94-11e9-8fac-a7172827f349.png)
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Circle CI][circle-ci-src]][circle-ci-href]
[![Codecov][codecov-src]][codecov-href]See documentation at **[https://nuxt.press](https://nuxt.press)**.
# Publishing the Nuxt way
**NuxtPress** is a **microframework** that leverages the [Nuxt module system][1].
[1]: https://nuxtjs.org/guide/modules/
⚡Hot reloaded Markdown routes: `pages/foo/bar.md` → `/foo/bar`
⚡Deploy **static** with `nuxt generate` or **live** with a simple API.
⚡Built-in **docs**, **blog** and **slides** base apps.
⚡Flexible **Markdown processing** via [@nuxt/markdown][n-md].
⚡Ejectable styles and templates (`nuxt-press eject `).
[n-md]: https://github.com/nuxt/markdown
## Credits
Created and maintained by [@galvez][galvez] and [@pimlie][pimlie] with the
help of the **Nuxt Team**.[galvez]: https://github.com/galvez
[pimlie]: https://github.com/pimlie## Sponsoring
Interested in **adding your logo here**? [Reach out][contact] for sponsoring details.
[contact]: mailto:[email protected]
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/press/latest.svg?style=flat-square
[npm-version-href]: https://npmjs.com/package/@nuxt/press[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxt/press.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/@nuxt/press[circle-ci-src]: https://img.shields.io/circleci/project/github/nuxt/press.svg?style=flat-square
[circle-ci-href]: https://circleci.com/gh/nuxt/press[codecov-src]: https://img.shields.io/codecov/c/github/nuxt/press.svg?style=flat-square
[codecov-href]: https://codecov.io/gh/nuxt/press