Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.41 KB

File metadata and controls

71 lines (46 loc) · 1.41 KB

UI

CI Status Typescript

一个通用的 Web UI 库。包含一些常用的基础组件,以及一些较为复杂的功能组件

Install

npm install @itharbors/ui

Usage

core

NPM

这是一个没有功能的元素,所有 ui 元素都从这里开始创建

npm install @itharbors/ui-core

graph

NPM

图组件,用于绘制简单的流程图、类图

npm install @itharbors/ui-graph

tree

NPM

基于原生的树形组件

npm install @itharbors/ui-tree

Develop

clone 仓库后,需要安装依赖仓库

npm install

编译仓库代码

npm run build

启动网页预览、运行测试用例

npm run server

如果开发过程中以及准备提交代码的时候需要测试,则执行

npm run test

Contributing

Please contribute! Look at the issues.