```
npm install --save vue-ramda
```
Add to you main.js
```
import Vue from 'vue'
import VueRamda from 'vue-ramda'
Vue.use(VueRamda)
```
use it in .vue file:
```
this.$R.add(1, 2)
```
Sick of boring JavaScript newsletters?
Bytes is a JavaScript newsletter you'll actually enjoy reading.