Blogger Information
Blog 143
fans 1
comment 0
visits 440301
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
ubuntu下安装微信小程序开发工具
弘德誉曦的博客
Original
2003 people have browsed it

   ubuntu下安装微信小程序开发工具                

一.环境::

ubuntu 16.04

二.安装过程:

2.1 安装wine

sudo apt-get install wine

2.2 安装nwjs-sdk

2.2.1 下载linux版nwjs-sdk

wget https://dl.nwjs.io/v0.25.4/nwjs-sdk-v0.25.4-linux-x64.tar.gz 

2.2.2 解压nwjs-sdk

tar xvf  nwjs-sdk-v0.25.4-linux-x64.tar.gz

2.2.3 切换到nwjs-sdk对应的目录

cd nwjs-sdk-v0.25.4-linux-x64

2.2.3 启动nwjs-sdk

./nw  (测试是否能正常运行,测试正常就关掉)

2.3 安装微信开发工具包(基于nwjs-sdk)

2.3.1 获取微信开发工具包

git clone https://github.com/cytle/wechat_web_devtools.git

2.3.2 切换到wechat_web_devtools目录

cd wechat_web_devtools

2.3.3 复制微信开发工具包(package.nw在wechat_web_devtools目录下)到nwjs-sdk目录下

cp package.nw ~/development/nwjs-sdk-v0.25.4-linux-x64/ -rf  

2.3.4 启动

./nw

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post