0.1.4 • Published 1 year ago

intellgence_ui v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

intellgence_ui

NPM version NPM downloads

【Intellgeence UI】基于 React TS 打造的无需依赖第三方 UI 库,支持按需导入

Usage

TODO

Options

TODO

Development

命令说明

# 安装环境
$ npm install

# 本地开发
$ npm start

# 打包组件
$ npm run build

# 以watch 模式进行打包
$ npm run build:watch

# 打包doc
$ npm run docs:build

# 本地预览打包后DOC文件
$ npm run docs:preview

# 项目检查
$ npm run doctor

Commit 规范

git commit -m "Prefix: Content"

# Prefix 说明
build: 修改项目构建系统(例如gulp、broccoli、npm)
chore: 其他不修改src或测试文件的更改
ci: 修改项目的持续集成流程(例如Travis、Circle、BrowserStack、SauceLabs)
docs: 编写文档
feat: 添加新功能
fix: 修复bug
perf: 优化性能的代码更改
refactor: 重构代码
revert: 撤销先前的提交
style: 仅更改空格、格式缩进、缺失分号等,不影响代码含义的更改
test: 添加缺失的测试或更正现有测试

LICENSE

MIT

0.1.4

1 year ago

0.1.3

1 year ago

0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago