luee
TypeScript icon, indicating that this package has built-in type declarations

0.0.16 • Public • Published

luee

travis download version License

install

npm install --save luee

Vue.use でvue フィルターとして使用可能になります。

import Vue from "vue"
import {VueFilter, VueDirective, filters} from "luee"

// Vue Filterを有効化
Vue.use(VueFilter)
// Vue Directiveを有効化
Vue.use(VueDirective)

使い方

Vue filterなしでフィルタリング関数を使用する

import {filters} from "luee"

const ret = filters.cut("")

// 処理・・・

Readme

Keywords

Package Sidebar

Install

npm i luee

Weekly Downloads

91

Version

0.0.16

License

Apache-2.0

Unpacked Size

269 kB

Total Files

30

Last publish

Collaborators

  • lnkusuin