From f5123fe6773b1df9e93663136952efa8bef2448a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= <chenjiahan@youzan.com> Date: Fri, 10 Aug 2018 14:31:17 +0800 Subject: [PATCH] add eslintignore --- .eslintignore | 3 +++ README.md | 2 ++ package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..02f75fc9 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +dist +example/dist +node_modules diff --git a/README.md b/README.md index 3824bac9..761db85d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ [Vant Weapp](https://youzan.github.io/vant-weapp) 是有赞移动端组件库 [Vant](https://github.com/youzan/vant) 的小程序版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。 +## 预览 + 扫描下方小程序二维码,体验组件库示例: <img src="https://img.yzcdn.cn/vant-weapp/qrcode-201808101114.jpg" width="200" height="200" style="margin-top: 10px;" > diff --git a/package.json b/package.json index 93b38d53..d5dc7a49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant-weapp", - "version": "0.0.1-beta", + "version": "0.0.1", "author": "youzan", "license": "MIT", "miniprogram": "dist",