nuxt-contently
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

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 ✨

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-contently

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

282 kB

Total Files

222

Last publish

Collaborators

  • dremchee