forked from fanruan/fineui
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.
32 lines
691 B
32 lines
691 B
7 years ago
|
#### 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
|