Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 385 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 385 Bytes

环信IM SDK桌面端

目前支持平台: windows、mac。

通过代码运行命令:
 npm start
通过travis-ci在线打包:

通过git打Tag的方式。如下:

	git tag -a v1.0.2
	git push origin v1.0.2

触发的命令为:

	npm run production