vue-ramda

1.0.0 • Public • Published

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)

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i vue-ramda

    Weekly Downloads

    91

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.4 kB

    Total Files

    4

    Last publish

    Collaborators

    • choufeng