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

4.0.3 • Public • Published

nuxt-cms-engine

npm version npm downloads Github Actions CI Codecov License

📖 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 exortwot@gmail.com

Package Sidebar

Install

npm i nuxt-cms-engine

Weekly Downloads

1

Version

4.0.3

License

MIT

Unpacked Size

30.7 kB

Total Files

15

Last publish

Collaborators

  • exoort