KABBOUCHI / vue-slugify

Slug directive plugin for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-slugify

Slug directive plugin for Vue.js.

Install

Available through npm as vue-slugify.

var VueSlugify = require('vue-slugify')
Vue.use(VueSlugify)

Usage

Using the v-slugify directive

<input type="text" v-slugify>

License

MIT

About

Slug directive plugin for Vue.js

License:MIT License


Languages

Language:JavaScript 100.0%