UNPKG

630 BMarkdownView Raw
1# @solid/lit-pod
2
3# Installation
4
5```bash
6npm install @solid/lit-pod solid-auth-client
7```
8
9# Usage
10
11See https://inrupt.github.io/lit-pod/docs/
12
13# Browser support
14
15lit-pod uses relatively modern JavaScript features that will work in all commonly-used browsers, except Internet Explorer. If you need support for Internet Explorer, it is recommended to pass it through a tool like [Babel](https://babeljs.io), and to add polyfills for e.g. `Set`, `Promise`, `Headers`, `Array.prototype.includes` and `String.prototype.endsWith`.
16
17# Changelog
18
19See the [release notes](./CHANGELOG.md).
20
21# License
22
23MIT © [Inrupt](https://inrupt.com)