ts-sdk
Paul b684458a83 promise 6 년 전
.vscode add bundle tool 6 년 전
example promise 6 년 전
src promise 6 년 전
test add test 6 년 전
.babelrc add babel 6 년 전
.editorconfig first commit 6 년 전
.eslintrc.js add eslint 6 년 전
.gitignore fix build 6 년 전
.prettierrc first commit 6 년 전
README.md add reademe 6 년 전
jest.config.js rename 6 년 전
package.json new version 6 년 전
tsconfig.json build es5 6 년 전
webpack.config.js eslint main.ts 6 년 전
yarn.lock eslint main.ts 6 년 전

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish