# rongcloud-web-im-sdk-v2 **Repository Path**: rongcloud/rongcloud-web-im-sdk-v2 ## Basic Information - **Project Name**: rongcloud-web-im-sdk-v2 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-01-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 融云 RongCloud Web IM SDK v2.0 ## Environment Setup ### 初始化开发工具 ``` npm install -g typescript@1.6.0beta tsd typedoc coffee-script grunt-cli karma-cli ``` 如有必要,使用 `sudo npm` ### 安装依赖库 在项目根目录下执行: ``` npm install bower install tsd install ``` ### 启动测试用例 ``` grunt karma ``` ### 编译开发代码 ``` grunt build ``` ### 发布正式代码 ``` grunt release ``` ### 启动本地服务器 ``` grunt connect ``` ### 在浏览器中打开 [http://localhost:8282](http://localhost:8282) ## Coding Guidelines https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines