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
- Add
nuxt-cms-engine
dependency to your project
yarn add nuxt-cms-engine # or npm install nuxt-cms-engine
- Add
nuxt-cms-engine
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-cms-engine',
// With options
['nuxt-cms-engine', { /* module options */ }]
]
}
Development
- Clone this repository
- Install dependencies using
npm install
- Start development server using
npm run dev
License
MIT LicenseCopyright (c) exoort