Skip to content
master
Switch branches/tags
rxdb/examples/vue/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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, vue-rx is used.

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


Created from vuejs-templates/webpack-simple.