ts-sdk
Paul 6e1402ab85 chore:Singleton 6 yıl önce
.vscode add bundle tool 6 yıl önce
example chore:Singleton 6 yıl önce
src chore:Singleton 6 yıl önce
test add test 6 yıl önce
.babelrc add babel 6 yıl önce
.editorconfig first commit 6 yıl önce
.eslintrc.js add eslint 6 yıl önce
.gitignore fix build 6 yıl önce
.prettierrc first commit 6 yıl önce
README.md add reademe 6 yıl önce
jest.config.js rename 6 yıl önce
package.json fix merge error 6 yıl önce
tsconfig.cjs.json fix build 6 yıl önce
tsconfig.json fix build 6 yıl önce
webpack.config.js eslint main.ts 6 yıl önce
yarn.lock eslint main.ts 6 yıl önce

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish