wagtail-longclaw/longclaw/client
Nick Moreton 7d4c22ca64
Developer docs update (#487)
* Add .nvmrc file to longclaw/client to keep us all on the same version of node

It's also inline with the version of node that is used in the github actions workflow

* Adding some further documentation to the README.md

It should help people to understand the current status of the project and
how to get started with development.

* Let github actions run on all branches
2023-07-10 11:53:55 +02:00
..
src Fixes #130 2018-12-28 09:55:57 +01:00
.eslintrc
.nvmrc Developer docs update (#487) 2023-07-10 11:53:55 +02:00
README.md Gitbook setup 2018-12-28 11:05:31 +01:00
package.json
webpack.config.js Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
webpack.dev.config.js Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00

README.md

Frontend libraries for Longclaw

This library contains a javascript client for the Longclaw e-commerce library.

There are two options for using this library:

  1. Install with npm `npm i longclawclient --save` and then use as you would any other es6+ module i.e. as part of a webpack or similar workflow
  2. Use the built distribution in HTML/browser scripts by loading it with the templatetags provided with Longclaw. The api library will be exposed as a global object named longclawclient