ts-sdk
Paul 8ecf4bded5 add scripts il y a 5 ans
.vscode add bundle tool il y a 5 ans
example chore:Singleton il y a 5 ans
scripts add scripts il y a 5 ans
src chore:Singleton il y a 5 ans
test add test il y a 5 ans
.babelrc add babel il y a 5 ans
.editorconfig first commit il y a 5 ans
.eslintrc.js add eslint il y a 5 ans
.gitignore fix build il y a 5 ans
.prettierrc first commit il y a 5 ans
README.md add reademe il y a 5 ans
package.json add scripts il y a 5 ans
tsconfig.cjs.json fix build il y a 5 ans
tsconfig.json fix build il y a 5 ans
yarn.lock eslint main.ts il y a 5 ans

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish