Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/damourchris/nuxt-notion-cms
- Owner: damourChris
- Created: 2024-04-19T21:42:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T14:55:03.000Z (8 months ago)
- Last Synced: 2024-12-16T07:40:00.855Z (11 days ago)
- Topics: cms, notion, notion-api, notion-cms, nuxt, nuxt-module
- Language: TypeScript
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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