From 2ac869e1bf860e2e4e941b6d6d87294a6d301d1f Mon Sep 17 00:00:00 2001 From: Awe Date: Sun, 19 Mar 2017 21:51:34 +0800 Subject: [PATCH] update: docs --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5e030b..deeee6c 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,27 @@ Vue module for lazyloading images in your applications. Some of goals of this pr # Installation +## npm + ```bash -# npm $ npm install vue-lazyload ``` +## CDN + +CDN: [https://unpkg.com/vue-lazyload/vue-lazyload.js](https://unpkg.com/vue-lazyload/vue-lazyload.js) + +```html + + + +``` + # Usage main.js