elderjs-plugin-wp
v0.0.3
Published
Easily wordpress integration for your Elder.js powered website.
Downloads
8
Maintainers
Readme
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
},
}