AID Desktop UI Components
npm install aid-desktop
- 安装依赖
``bashnpm i`
bashnpm i
- 开发
`bashnpm start`
bashnpm start
- 打包
`bashnpm run build`
bashnpm run build
- 发布
`bashnpm run pub`
bashnpm run pub
- 测试
`bashnpm test // 单元测试npm run test:e2e // 集成测试, 注意: 集成测试之前请先运行 npm run build:doc 打包文档``
bashnpm test // 单元测试npm run test:e2e // 集成测试, 注意: 集成测试之前请先运行 npm run build:doc 打包文档