0.0.1 • Published 4 years ago

elder-plugin-wp v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Elder.js Plugin: Wordpress Plugin

This plugin provides an easy wordpress integration for Elder.js using the WP-API npm package.

Install

npm i -s elderjs-plugin-wp
yarn add elderjs-plugin-wp

Config

Once installed, open your elder.config.js and configure the plugin by adding 'elder-plugin-wp' to your plugin object.

plugins: {

  'elderjs-plugin-wp': {
    ... your plugin options
  },

}