1.0.1 • Published 1 year ago

@nbnb/tool v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

npm 包种子项目

环境要求

Node version (v14.0.0+) and Rollup v2.68.0+ (ps: @rollup/plugin-commonjs 插件的要求) requires at least TypeScript 3.7.(ps: @rollup/plugin-typescript 插件要求)

命令

  • npm run clean:dist 删除dist文件夹
  • npm run clean:lib 删除example/lib文件夹
  • npm run build:dev 构建开发环境测试包
  • npm run build:prod 构建生产环境包
  • npm run server 开启调试 demo 网站
  • npm run example 启动实时构建并开启调试 demo 网站
  • npm run release 自动打标签,并更新日志
  • npm run commit 规范 Git 提交
  • npm run lint 检查代码
  • npm run test 运行单元测试