Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damourchris/nuxt-notion-cms

Connect your Nuxt.js app to the Notion API.
https://github.com/damourchris/nuxt-notion-cms

cms notion notion-api notion-cms nuxt nuxt-module

Last synced: 8 days ago
JSON representation

Connect your Nuxt.js app to the Notion API.

Awesome Lists containing this project

README

        

# Nuxt Notion CMS

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
[![codecov][codecov]][codecov]

Connect your Nuxt.js app with the Notion API.

- [✨  Release Notes](/CHANGELOG.md)
- [🏀  Online playground](https://stackblitz.com/github/damourChris/nuxt-notion-cms?file=playground%2Fapp.vue)

## Features

- ⛰   Integrate directly with the Notion API

## Quick Setup

Install the module to your Nuxt application with one command:

```bash
npx nuxi module add nuxt-notion-cms
```

That's it! You can now use the Notion API in your Nuxt app ✨

## Contribution

Local development

```bash
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
```

[npm-version-src]: https://img.shields.io/npm/v/nuxt-notion-cms/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/nuxt-notion-cms

[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-notion-cms.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npmjs.com/package/nuxt-notion-cms

[license-src]: https://img.shields.io/npm/l/nuxt-notion-cms.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/nuxt-notion-cms

[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com

[codecov]: https://codecov.io/gh/damourChris/nuxt-notion-cms/graph/badge.svg?token=IM0205JDK6