1.0.3 • Published 5 years ago

fjk-leaf v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

整体引入

import testfanjf from 'testfanjf' import 'testfanjf/lib/theme/index.css' Vue.use(testfanjf)

按需加载

借助babel插件babel-plugin-component实现

如果需要在项目中引入 需要在babel配置文件中插件中个 加入以下配置

`["component",{

"libraryName":"leaf",

"styleLibrary":{

  "name":"theme",

  "base":false

}

}]`

单元测试模块已经添加

发布版本之前一定要记得打包!!!!!

目前在npm上已经发布了版本 库名为 testfanjf (fan-button,fan-input,fan-label)