localbase-playground icon indicating copy to clipboard operation
localbase-playground copied to clipboard

An app for playing around with Localbase and all the available methods.

Localbase Playground

An app for playing around with Localbase and all the available methods.

* Check out the Localbase Repository

Localbase Playground contains a bunch of different code snippets (for adding, updating, setting and getting) data to/from a Localbase database.

You can launch these code snippets (and edit them if you like) in the browser and observe the result in the IndexedDB database and in the console.

IndexedDB Store - Own Keys

Install Quasar globally (if you don't have it)

npm install -g @quasar/cli

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build