Giter Club home page Giter Club logo

wechat_web_devtools's Introduction

Linux微信web开发者工具

linux下使用微信web开发者工具.

wx-dev-tools v-0.18.182200 nw.js v-0.19.4

Description

Linux微信web开发者工具 可在linux桌面环境跑起微信开发者工具,原理是微信开发者 工具本质是nw.js程序,把它移植到linux下没大问题.然后,负责编译wxml和wxss(可能还有 其他功能)的wcc和wcsc,利用wine来跑皆可.

  • 2017/03/28 更新:微信小程序升级到0.15.152800
  • 2017/03/30 更新:微信小程序升级到0.15.152900
  • 2017/05/18 更新:微信小程序升级到0.17.170900
  • 2017/05/19 更新:微信小程序升级到0.17.171900
  • 2017/05/29 更新:微信小程序升级到0.17.172600
  • 2017/06/23 更新:微信小程序升级到0.18.182200

Usage

git clone [email protected]:cytle/wechat_web_devtools.git
cd wechat_web_devtools
./bin/wxdt

需要小程序开发

  1. 用下面的命令安装wine(ubuntu下)
sudo apt install wine
  1. wcc.exe和wcsc.exe是32位的,用下面命令创建32位环境
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
  1. 安装
./bin/wxdt install
  1. 启动
./bin/wxdt

更新

直接pull就好了

git pull origin

如果wcc和wcsc编译有问题,执行以下,让工具重新生成wcc和wcsc,会删除开发者工具配置文件,所有工程和登录信息会消失

./bin/wxdt uninstall
./bin/wxdt install

截图

新建项目界面

设置界面

调试界面

上面项目来自https://github.com/jectychen/wechat-v2ex

卸载

  1. 关闭微信web开发者工具
  2. 项目文件夹下运行./bin/wxdt uninstall(删除桌面图标、微信web开发者工具配置目录)
  3. 删除项目文件夹

其它

免责声明

微信开发者工具版权归腾讯公司所有,本项目指在交流学习之用,如有不当之处,请联系本人,邮箱:[email protected]

wechat_web_devtools's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.