guy
7 years ago
1 changed files with 31 additions and 0 deletions
@ -0,0 +1,31 @@ |
|||||||
|
#### 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 |
Loading…
Reference in new issue