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.
- clone the whole RxDB-repo
- go into project
cd rxdb - run
npm install && npm run build - go to this folder
cd examples/vue - run
npm run preinstall && npm install - run
npm start - Open http://127.0.0.1:8080/ IMPORTANT: do not use localhost
