1.0.5 • Published 2 years ago

uedcharts v1.0.5

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

@pcsp/charts

项目启动

npm install

npm run link

查看示例

npm run start

编译发布

npm run build

# 编译核心包
npm run build:core

# 编译单个组件包
npm run build:charts --name=xxx

# 编译整体包
npm run build:all

单元测试

npm run test:unit

格式校验

npm run lint

自定义配置

See Configuration Reference.