invenio-csl-js
v0.1.3
Published
Invenio CSL client library for building the web UI.
Downloads
310
Keywords
Readme
Invenio-CSL-JS
Invenio-CSL client library for building the web UI.
Installation
$ npm i
Demo
$ cd example; npm install; cd ..
$ npm run-script demo
Navigate to http://localhost:8000
to see the demo
.
Tests
$ npm test
Docs
$ # build
$ npm run-script docs
$ # read
$ open docs/index.html
How to use?
Check out the example/
to see how to configure your app.