From d37b04b1bda3ecccf53e7edd1b31be84d2b73c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=81=A5=E8=B6=85?= <574805242@qq.com> Date: Sat, 3 Jun 2017 11:41:01 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c295d2b..a555424 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ ERROR in dlopen(/Users/**/Desktop/XCel/node_modules/node-sass/vendor/darwin-x64- 如果你还遇到其他构建问题,欢迎反馈,我会及时更新到此处。 +## 感谢 + +特别感谢 [@mamboer](https://github.com/mamboer)、[@hankaibo](https://github.com/hankaibo) 对此项目作出贡献💯。 + ## 最后 欢迎大家下载试用,当然更希望你们推荐给有需要的人。如果该工具没涵盖到你的筛选需求,可以进行反馈,我们会根据情况适时增加进来。 From a93f8c6346fb4ea9d6acad8262507144049a14b4 Mon Sep 17 00:00:00 2001 From: JChehe <574805242@qq.com> Date: Sat, 3 Jun 2017 15:52:25 +0800 Subject: [PATCH 2/2] fix:--save-dev eslint-plugin-vue --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e8bc816..8f61ad4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "author": "AOTULabs ", "license": "MIT", "devDependencies": { - "babel-core": "^6.24.1", + "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-export-extensions": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0", @@ -65,6 +65,7 @@ "eslint-config-o2team": "^0.1.6", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.7.1", + "eslint-plugin-vue": "^2.0.1", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.11.1", "html-webpack-plugin": "^2.16.1",