1.0.5 • Published 2 months ago

lodash-for-vue v1.0.5

Weekly downloads
5
License
AFL-2.0
Repository
github
Last release
2 months ago

lodash-for-vue

npm version downloads

A small wrapper for integrating lodash to Vue.js (inspired by vue-axios plugin by imcvampire)

How to install:

CommonJS:

npm install lodash-for-vue --save
OR
yarn add lodash-for-vue

And in your entry file:

import Vue from 'vue'
import LodashForVue from 'lodash-for-vue'

Vue.use(LodashForVue)

Script:

Just add 2 scripts in order: vue and vue-lodash to your document.

Usage:

This wrapper bind lodash to Vue or this if you're using single file component.

You can lodash like this:

Vue.$lodash.random(20)

this.$lodash.random(20)
1.0.5

2 months ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago