ts-sdk
Paul 1b27c1abaf fix merge error vor 5 Jahren
.vscode add bundle tool vor 5 Jahren
example fix merge error vor 5 Jahren
src fix merge error vor 5 Jahren
test add test vor 5 Jahren
.babelrc add babel vor 5 Jahren
.editorconfig first commit vor 5 Jahren
.eslintrc.js add eslint vor 5 Jahren
.gitignore fix build vor 5 Jahren
.prettierrc first commit vor 5 Jahren
README.md add reademe vor 5 Jahren
jest.config.js rename vor 5 Jahren
package.json fix merge error vor 5 Jahren
tsconfig.cjs.json chore: update client vor 5 Jahren
tsconfig.json chore: update client vor 5 Jahren
webpack.config.js eslint main.ts vor 5 Jahren
yarn.lock eslint main.ts vor 5 Jahren

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish