fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
937 B

# FineUI
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
> 帆软前端 UI 开发框架。
For more details, see the website [http://www.fanruan.com](http://www.fanruan.com).
## 文档
http://fanruan.design/doc.html?post=0169cf558d
## 开发
10 months ago
`pnpm run dev`
10 months ago
* demo: [http://localhost:3000/](http://localhost:3000/)
* fineui: [http://localhost:9001/fineui.js](http://localhost:9001/fineui.js)
## 构建
10 months ago
`pnpm run build`
## 自定义less变量构建
10 months ago
```
cross-env LESS_CONFIG_PATH=your_less_config.json && pnpm build
```
10 months ago
10 months ago
## 构建自定义的css
10 months ago
```
cross-env LESS_CONFIG_PATH=your_less_config.json LESS_FILE_NAME=your_file_name pnpm --filter @fui/core webpack:css
```
## 发布
@Treecat
License
============
10 months ago
Please refer to [LICENSE](https://code.fanruan.com/fanruan/fineui/src/branch/master/LICENSE) file.