Skip to content

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

Notifications You must be signed in to change notification settings

dannyconnell/localbase-playground

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published