0.1.3 • Published 5 years ago

wpapi-js v0.1.3

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

wpapi-js

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

Connects to Wordpress API

📖 Release Notes

Features

The module features

Setup

  • Add wpapi-js dependency using yarn or npm to your project
  • Add wpapi-js to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'wpapi-js',

    // With options
    ['wpapi-js', { /* module options */ }],
 ]
}

Additional Option

{
  modules: [
    // Set the simple way
    'wpapi-js',
 ],

  // Set options here outside `modules`
 wpapi: {
   { /* module options */ }
 }
}

Usage

Module Description

Development

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

License

MIT License

Copyright (c) David Royer droyer01@gmail.com

0.1.3

5 years ago

0.0.6

5 years ago

0.0.4

6 years ago

0.0.2

6 years ago