https://github.com/gilf/st-indexeddb
st-indexeddb is a Stencil wrapper on top of indexeddb
https://github.com/gilf/st-indexeddb
indexeddb javascript stenciljs
Last synced: 2 months ago
JSON representation
st-indexeddb is a Stencil wrapper on top of indexeddb
- Host: GitHub
- URL: https://github.com/gilf/st-indexeddb
- Owner: gilf
- License: mit
- Created: 2017-10-29T09:24:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T10:30:57.000Z (over 8 years ago)
- Last Synced: 2025-03-22T10:20:43.815Z (over 1 year ago)
- Topics: indexeddb, javascript, stenciljs
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# st-indexeddb
st-indexeddb is an indexedDB component wrapper built with [Stencil](https://stenciljs.com/).
## Getting Started
To try this component:
```bash
git clone https://github.com/gilf/st-indexeddb.git my-app
cd my-app
git remote rm origin
```
and run:
```bash
npm install
npm start
```
## Using this component
### Script tag
- Put the component script tag in the head of your index.html
- Then you can use the element `` anywhere in your template, JSX, html etc