ts-sdk
wxyyxc1992 82cc6206a0 chore: update client 5 år sedan
.vscode add bundle tool 5 år sedan
example add log 5 år sedan
src chore: update client 5 år sedan
test add test 5 år sedan
.babelrc add babel 5 år sedan
.editorconfig first commit 5 år sedan
.eslintrc.js add eslint 5 år sedan
.gitignore fix build 5 år sedan
.prettierrc first commit 5 år sedan
README.md add reademe 5 år sedan
jest.config.js rename 5 år sedan
package.json chore: update client 5 år sedan
tsconfig.cjs.json chore: update client 5 år sedan
tsconfig.json chore: update client 5 år sedan
webpack.config.js eslint main.ts 5 år sedan
yarn.lock eslint main.ts 5 år sedan

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish