vue-ramda

A wrapper for integrating ramda to Vuejs

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
vue-ramda
1811.0.05 years ago5 years agoMinified + gzip package size for vue-ramda in KB

Readme

vue-ramda
A wrapper for integrating ramda to Vuejs

How to use it

``` 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) ```