Skip to content

Commit

Permalink
0.10.102800
Browse files Browse the repository at this point in the history
  • Loading branch information
yuan1994 committed Nov 13, 2016
1 parent e4ababe commit 91c21c2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
/vendor
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -69,4 +71,11 @@ wechat_web_devtools &
> 本人是 Linux 小白,如果有错误的地方或可以修改的地方请大神指教,欢迎大神拍砖
## 免责声明
该微信开发者工具系腾讯旗下产品,版权归腾讯公司所有,如果版权侵犯请联系我
该微信开发者工具系腾讯旗下产品,版权归腾讯公司所有,如果版权侵犯请联系我


![](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)
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 91c21c2

Please sign in to comment.