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.
|
|
|
#### fineui.js
|
|
|
|
|
|
|
|
整个fineui打包文件,不包括配置文件
|
|
|
|
|
|
|
|
#### fineui.css
|
|
|
|
|
|
|
|
整个fineui打包文件,不包括资源文件
|
|
|
|
|
|
|
|
#### config.js
|
|
|
|
|
|
|
|
配置文件,这只是一个案例,集成进系统的时候需要进行配置
|
|
|
|
|
|
|
|
#### resource.css
|
|
|
|
|
|
|
|
app.css background.css icon.css font.css的合并文件,集成进系统的时候需要进行配置
|
|
|
|
|
|
|
|
#### router.js
|
|
|
|
|
|
|
|
#### 路由文件,使用fineui路由的时候才需要引入
|
|
|
|
|
|
|
|
#### bundle.js bundle.css
|
|
|
|
|
|
|
|
所有文件的合并文件, 主要给在线demo和文档用的
|
|
|
|
|
|
|
|
#### core_without_normalize.css
|
|
|
|
|
|
|
|
不带标准化的core.css文件,只引入通用css样式的时候才需要
|
|
|
|
|
|
|
|
#### chart.js
|
|
|
|
|
|
|
|
封装好的一层图表api
|