ts-sdk
Paul dd3d30c8c3 add miss retrun type 6 年前
.vscode add bundle tool 6 年前
example chore:Singleton 6 年前
scripts add scripts 6 年前
src chore:Singleton 6 年前
test add miss retrun type 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 年前
package.json add scripts 6 年前
tsconfig.cjs.json fix build 6 年前
tsconfig.json fix build 6 年前
yarn.lock eslint main.ts 6 年前

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish