0.0.9 • Published 6 months ago

nuxt-contently v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Nuxt Contently

npm version npm downloads License Nuxt

Module for creating and editing content.

Features

  • API
  • Headless CMS
  • Dashboard
  • Creating content
  • Upload files
  • Generate REST

Quick Setup

  1. Add nuxt-contently dependency to your Nuxt project
# Using pnpm
pnpm add nuxt-contently

# Using yarn
yarn add nuxt-contently

# Using npm
npm i nuxt-contently
  1. Add nuxt-contently to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ["nuxt-contently"],
});

That's it! You can now use Contently in your Nuxt app ✨