0.0.7 • Published 6 years ago

simple-nuxt-wpapi v0.0.7

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

simple-nuxt-wpapi

npm (scoped with tag) npm CircleCI codecov Dependencies js-standard-style

📖 Release Notes

Features

This module is for internal feature testing, it will break often. DO NO USE

Setup

  • Add simple-nuxt-wpapi dependency using yarn or npm to your project
  • Add simple-nuxt-wpapi to modules section of nuxt.config.js
{
  modules: [
    // Usage with options
    [
      "simple-nuxt-wpapi",
      {
        {
        nodeCache: {
          enabled: true,
          options: {
            // node-cache options
            }
        },
        wpApi: {
          enabled: true,
          debug: false,
          options: {
            // node wpapi options
            endpoint: 'http://demo.wp-api.org/wp-json'
          }
        }
      }
      }
    ]
  ];
}

Usage

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Enrique Garrido kik@ferpect.io

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago