vue-ramda
v1.0.0
Published
A wrapper for integrating ramda to Vuejs
Readme
vue-ramda
A wrapper for integrating ramda to Vuejs
How to use it
npm install --save vue-ramdaAdd 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)