cms-adapter
v1.0.12
Published
Allows ReactJS to seamlessly work with CMS like Contentful or Prismic
Downloads
33
Maintainers
Readme
CMS Adapter
An abstraction layer between your JS app and Headless CMS such as Contentful, Prismic or GraphCMS
Getting Started
Install npm-run globally and you'll have access to the installation settings (https://www.npmjs.com/package/npm-run): Installation of the package
npm install cms-adapterUsage Examples
Contentful Options
Below is a simple example that uses the default options to install contenful.
npm-run cms-adapter -ds=contentful --space=yourspacecode --access-token=youraccesstockenPrismic Options
Below is an example that uses a Prismic installation.
npm-run cms-adapter -ds=prismic --prismic-project-name=project_nameDevelopment State
- Actively developing.
