fineui是帆软报表和BI产品线所使用的前端框架。
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dailer-刘荣歆 4f47710bd2 Pull request #3746: 无JIRA 节点的宽度要随内容撑起来 9 시간 전
examples Merge branch 'master' into es6 11 달 전
packages Merge branch 'master' of ssh://code.fineres.com:7999/~dailer/fineui 11 시간 전
scripts 无JIRA 组件名大小写修正 9 달 전
.eslintrc REPORT-90850 feat: 使用 monorepo 结合,并验证 fineui 按需要引入 1 년 전
.gitignore update 1 년 전
.npmrc KERNEL-14316 chore:打包调整 1 년 전
.prettierrc REPORT-90850 feat: 使用 monorepo 结合,并验证 fineui 按需要引入 1 년 전
README 更新readme 9 달 전
package.json KERNEL-16294 fix: 导出适配1、导出widgetEngin构造的Element没有width方法,通过css设置 2、打包添加基本控件fineuiwithoutjquery = worker+基本控件 7 달 전
pnpm-lock.yaml JSY-31395 & 打包问题 9 달 전
pnpm-workspace.yaml REPORT-90850 feat: 使用 monorepo 结合,并验证 fineui 按需要引入 1 년 전
publish.bat 无jira: 打包调整 12 달 전
publish.sh 无jira: 打包调整 12 달 전
tsconfig.json 无jira: 别名跳转 11 달 전

README

# 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

## 开发

`pnpm run dev`

* demo: [http://localhost:3000/](http://localhost:3000/)
* fineui: [http://localhost:9001/fineui.js](http://localhost:9001/fineui.js)

## 构建

`pnpm run build`

## 自定义less变量构建
```
cross-env LESS_CONFIG_PATH=your_less_config.json && pnpm build
```

## 构建自定义的css
```
cross-env LESS_CONFIG_PATH=your_less_config.json LESS_FILE_NAME=your_file_name pnpm --filter @fui/core webpack:css
```

## 发布

@Treecat

License
============
Please refer to [LICENSE](https://code.fanruan.com/fanruan/fineui/src/branch/master/LICENSE) file.