# Vue
Vue provides the official npm package `vue-rx` that provides RxJS integration, which simplifies the use of Subspace with Vue.js
### Example
::: tip
This example is available in [Github](https://github.com/embark-framework/subspace/tree/master/examples/vue)
:::
#### MyComponent.vue
```js
someValue: {{eventData$.someValue}}
anotherValue: {{eventData$.anotherValue}}
```
#### App.vue
```js
```
#### Further read
- [vue-rx](https://www.npmjs.com/package/vue-rx)