Skip to content

Files

vue

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 6, 2017
Jun 1, 2022
Mar 26, 2025
Nov 24, 2024
Apr 14, 2019
Jun 2, 2022
Jul 31, 2020
Apr 9, 2018
Jun 2, 2022
Apr 12, 2025
Jun 2, 2022
May 31, 2022
Jun 1, 2022
Jun 2, 2022

RxDB vuejs example

This is an example usage of RxDB with VueJS. It implements a simple heroes-list which can be filled by the user. For easier mapping of observables.

Try it out

  1. clone the whole RxDB-repo
  2. go into project cd rxdb
  3. run npm install && npm run build
  4. go to this folder cd examples/vue
  5. run npm run preinstall && npm install
  6. run npm start
  7. Open http://127.0.0.1:8080/ IMPORTANT: do not use localhost

video