JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 53
  • Score
    100M100P100Q68520F
  • License MIT

A HAL data provider for react-admin.

Package Exports

  • ra-data-hal

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ra-data-hal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ra-data-hal

A HAL data provider for react-admin.

Installation

npm install --save ra-data-hal

Development

To run all tests:

npm run test

To run all pre-publish checks:

npm run prepublishOnly

To publish:

npm publish