All Projects → dannyconnell → localbase-playground

dannyconnell / localbase-playground

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

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
Sass
350 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].