ts-sdk
Paul 8ecf4bded5 add scripts 5 лет назад
.vscode add bundle tool 5 лет назад
example chore:Singleton 5 лет назад
scripts add scripts 5 лет назад
src chore:Singleton 5 лет назад
test add test 5 лет назад
.babelrc add babel 5 лет назад
.editorconfig first commit 5 лет назад
.eslintrc.js add eslint 5 лет назад
.gitignore fix build 5 лет назад
.prettierrc first commit 5 лет назад
README.md add reademe 5 лет назад
package.json add scripts 5 лет назад
tsconfig.cjs.json fix build 5 лет назад
tsconfig.json fix build 5 лет назад
yarn.lock eslint main.ts 5 лет назад

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish