1.1.1 • Published 2 years ago

xcm-lego-ui v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

命令

  • 单元测试(加上 --watch 参数,本地单元测试调试使用)
npm run test:watch
  • 单元测试(用于打包发布代码前进行单元测试)
npm run test
  • 运行代码格式检查
npm run lint
  • 编译 es module 格式文件
npm run build:esm
  • 编译 umd 格式文件
npm run build:umd
  • 清除 dist 文件夹
npm run clean
  • 打包编译组件库
npm run build
  • prepublishOnly 是运行 npm publish 时会运行的钩子
1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago