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

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish