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, vue-rx is used.
- clone the whole RxDB-repo
- go into project
cd rxdb - run
npm install - go to this folder
cd examples/vue - run
npm install - run
npm start - Open http://127.0.0.1:8080/ IMPORTANT: do not use localhost
Created from vuejs-templates/webpack-simple.
