davidroyer / wpapi-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 63.4%Language:Vue 36.6%