ts-sdk
Paul d6a28d9a93 fix build hace 5 años
.vscode add bundle tool hace 5 años
example fix merge error hace 5 años
src fix merge error hace 5 años
test add test hace 5 años
.babelrc add babel hace 5 años
.editorconfig first commit hace 5 años
.eslintrc.js add eslint hace 5 años
.gitignore fix build hace 5 años
.prettierrc first commit hace 5 años
README.md add reademe hace 5 años
jest.config.js rename hace 5 años
package.json fix merge error hace 5 años
tsconfig.cjs.json fix build hace 5 años
tsconfig.json fix build hace 5 años
webpack.config.js eslint main.ts hace 5 años
yarn.lock eslint main.ts hace 5 años

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish