wpapi-js

0.1.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i wpapi-js

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

7.67 kB

Total Files

6

Last publish

Collaborators

  • droyer