vuejs/vue-rx

Remove Vue installation from the readme

tomaszs opened this issue · 0 comments

The readme tells you should call:

npm install vue vue-rx rxjs --save

To install vue-rx. However, the command installs:

  • Vue
  • Vue-rx
  • rxjs

Out of these three, Vue should not be on the list.