vue-lodash-filters

1.3.2 • Public • Published

vue-lodash-filters

npm npm npm jsdelivr travisci

Lodash functions available as Vue.js 2.x filters

Getting Started

Installing

Install with npm:

npm install --save vue-lodash-filters

import into project:

import Vue from 'vue';
import VueLodashFilters from 'vue-lodash-filters';
 
Vue.use(VueLodashFilters);

Usage

To use the lodash capatilize function

<div>{{ someLowerCaseString | capitalize }}</div>

Available Lodash functions

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

/vue-lodash-filters/

    Package Sidebar

    Install

    npm i vue-lodash-filters

    Weekly Downloads

    12

    Version

    1.3.2

    License

    MIT

    Unpacked Size

    13.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • hopperd
    • postalservice14