This package contains some core modules and utilities used by both the contentful.js and contentful-management.js SDKs.
Contentful provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship digital products faster.
- Make sure you use at least Node 4.7
npm install --saveDev contentful-sdk-core
This package contains some core modules and utilities used by both the contentful.js and contentful-management.js SDKs.
We support all current browsers in their last 3 versions including IE 11. The minimal node version is 4.
For bundlers like webpack2 and rollup we support the module
&
jsnext:main
entry in the package.json
npm run build
Run only the unit tests:
npm run test
Run unit tests including coverage report:
npm run test:cover
Run unit tests with coverage report and display the result in your browser:
npm run browser-coverage
Emulate a CI test run:
npm run test:ci-emulate
Enable debug mode for tests:
npm run test:debug