JSPM

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

A prototype suporting REST based linked data in js-data, without requiring all facets of JSON-API.

Package Exports

  • rest-linked

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 (rest-linked) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

REST-LINKED

Installation

  1. Clone this repository
  2. run "npm install" from the root of the project directory
  3. "npm install -g webpack"
  4. "npm install -g eslint"

Build

  1. "npm run build"

Browser Test

  1. "npm run serve"
  2. Open a browser to http://localhost:8080

TODO

  1. More documentation! (ALL THE DOCUMENTS!!!)

For an example of how to use the restLinked store in your app, take a look at server/app.js.