Skip to content

Lodash functions available as Vue.js filters

License

Notifications You must be signed in to change notification settings

CarSaver/vue-lodash-filters

Repository files navigation

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