nuxt-json

0.2.4 • Public • Published

nuxtcms

npm version npm downloads Circle CI Codecov Dependencies Standard JS

CMS for Nuxt.js

📖 Release Notes

Setup

  1. Add nuxtcms dependency with yarn or npm into your project
  2. Add nuxtcms to modules section of nuxt.config.js
  3. Configure it:
{
  modules: [
    // Simple usage
    'nuxtcms',
 
    // With options
    ['nuxtcms', { /* module options */ }],
 ]
}

Development

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

License

MIT License

Copyright (c) David Royer droyer01@gmail.com

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-json

Weekly Downloads

1

Version

0.2.4

License

MIT

Unpacked Size

35.1 kB

Total Files

16

Last publish

Collaborators

  • droyer