dannyconnell / localbase-playground

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 59.8%Language:Vue 33.3%Language:HTML 3.6%Language:Sass 3.3%