ts-sdk
adam ea8aaa4f84 update:修正关闭的时候的自动重连&提供非单例模式 3 yıl önce
.vscode add bundle tool 5 yıl önce
example add eventemmit 5 yıl önce
scripts add scripts 5 yıl önce
src update:修正关闭的时候的自动重连&提供非单例模式 3 yıl önce
test add miss retrun type 5 yıl önce
.babelrc add babel 5 yıl önce
.editorconfig first commit 5 yıl önce
.eslintrc.js add eslint 5 yıl önce
.gitignore incremental 5 yıl önce
.prettierrc first commit 5 yıl önce
README.md add reademe 5 yıl önce
package-lock.json update 3 yıl önce
package.json update:修正关闭的时候的自动重连&提供非单例模式 3 yıl önce
tsconfig.cjs.json fix build 5 yıl önce
tsconfig.json incremental 5 yıl önce
yarn.lock update:兼容RN的处理,尝试 3 yıl önce

README.md

开发环境

运行 npm start可以打开浏览器在console里面看demo运行效果。example目录编写一些使用demo,发布npm包的时候不需要webpack打包

发布npm包

  1. 运行 npm build
  2. npm publish