Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

开发与调试

木休大人 edited this page Sep 8, 2016 · 1 revision

🚀 开发与调试

$ git clone https://github.com/mudio/bos.git
$ cd bos && npm i
$ npm run dev

🚀 查看日志

默认开发者工具给出了充足的调试信息, 如果需要更多日志,配置如下

  • 基于debug作为日志输出
  • 启用client debug日志,在LocalStorage中设置key:debug,value:bce-client:*
  • 启用sdk debug日志,在LocalStorage中设置key:debug,value:bce-sdk-js:*
Clone this wiki locally