Skip to content

choufeng/vue-ramda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-ramda

A wrapper for integrating ramda to Vuejs

Why Ramda?

There are already several excellent libraries with a functional flavor. Typically, they are meant to be general-purpose toolkits, suitable for working in multiple paradigms. Ramda has a more focused goal. We wanted a library designed specifically for a functional programming style, one that makes it easy to create functional pipelines, one that never mutates user data. -- from ramdajs.com

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)

Function List

See ramda documentation

Licensing

MIT License

About

A wrapper for integrating ramda to Vuejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages