nuxt-cms-engine

CMS engine for nuxt framework

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
nuxt-cms-engine
004.0.37 months ago10 months agoMinified + gzip package size for nuxt-cms-engine in KB

Readme

nuxt-cms-engine
!npm versionnpm-version-srcnpm-version-href !npm downloadsnpm-downloads-srcnpm-downloads-href !Github Actions CIgithub-actions-ci-srcgithub-actions-ci-href !Codecovcodecov-srccodecov-href !Licenselicense-srclicense-href
📖 Release Notes

Setup

  1. Add nuxt-cms-engine dependency to your project

yarn add nuxt-cms-engine # or npm install nuxt-cms-engine

  1. Add nuxt-cms-engine to the modules section of nuxt.config.js

{
  modules: [
    // Simple usage
    'nuxt-cms-engine',

    // With options
    ['nuxt-cms-engine', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using npm install
  3. Start development server using npm run dev

License

MIT License
Copyright (c) exoort