From bd2d5e00753540f851f78b5b5477e0d414feaacc Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Wed, 25 Sep 2019 16:36:31 +0300 Subject: [PATCH] Update docs and meta info --- README.md | 8 ++- docs/index.htm | 152 +++++++++++++++++++++++++------------------------ package.json | 7 ++- 3 files changed, 90 insertions(+), 77 deletions(-) diff --git a/README.md b/README.md index 2a184d3..3aa6efb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Maska -Simple zero-dependency input mask for Vue.js and vanilla JS. +Simple zero-dependency input mask for Vue.js and vanilla JS. [Demo and examples](https://beholdr.github.io/maska/). - No dependencies - Small size (~2 Kb gziped) @@ -8,6 +8,10 @@ Simple zero-dependency input mask for Vue.js and vanilla JS. - Supports repeat symbols - Works on any input (custom or native) +## Install + + npm install maska + ## Usage with Vue.js If you load Vue.js via ` - + +