vue-rx icon indicating copy to clipboard operation
vue-rx copied to clipboard

Remove Vue installation from the readme

Open tomaszs opened this issue 2 years ago • 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.

tomaszs avatar Feb 06 '23 11:02 tomaszs