diff --git a/.gitignore b/.gitignore index 723ef36f..45b12446 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea \ No newline at end of file +.idea +/vendor \ No newline at end of file diff --git a/README.md b/README.md index ebc0088b..0ba5e730 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## WeChat Web DevTools 是什么? WeChat Web DevTools 是腾讯官方提供用于微信 Web 开发和微信小程序开发的工具,由于官方只提供了 Windows 和 MacOS 版的工具,很多 Linux 爱好者很苦恼,所以我就折腾了半天把成功贡献给大家 +![](http://image.tianpian.net.cn/github/DeepinScrot-1851.png) + ## 下载安装 ### composer安装: composer create-project yuan1994/wechat_web_devtools wechat_web_devtools --prefer-dist @@ -69,4 +71,11 @@ wechat_web_devtools & > 本人是 Linux 小白,如果有错误的地方或可以修改的地方请大神指教,欢迎大神拍砖 ## 免责声明 -该微信开发者工具系腾讯旗下产品,版权归腾讯公司所有,如果版权侵犯请联系我 \ No newline at end of file +该微信开发者工具系腾讯旗下产品,版权归腾讯公司所有,如果版权侵犯请联系我 + + +![](http://image.tianpian.net.cn/github/DeepinScrot-3334.png) + +![](http://image.tianpian.net.cn/github/DeepinScrot-3448.png) + +![](http://image.tianpian.net.cn/github/DeepinScrot-3514.png) \ No newline at end of file diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..51f28d1e --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "yuan1994/wechat_web_devtools", + "description": "微信开发者工具(wechat_web_devtools)Linux版,支持微信小程序开发和微信网页开发", + "type": "project", + "keywords": [ + "wechat_web_devtools", + "wechat", + "小程序", + "微信网页开发" + ], + "authors": [ + { + "name": "tianpian", + "email": "tianpian0805@gmail.com" + } + ], + "config": { + "preferred-install": "dist" + } +}