@composi/idb:

Install

No Install

If you've created a project using create-composi-app, you do not have to install @composi/idb. It is already installed in the new project and ready to import into your code. Read the documentation for create-composi-app to learn how to get up and running fast.

To use @composi/idb, you'll need to import it into your project:

import { idb } from '@composi/idb'

Once you've imported @composi/observer into your project you are ready to start using it. Read the docs for IDB.

If you want to use @composi/idb without @composi/core, you can install it from NPM:

npm i -D @composi/idb