lin-view-uiVue 2.0 組件庫
lin-view-ui 是一款基于 Vue.js 2.0 的前端 UI 組件庫,主要集成了平時(shí)在開發(fā)中使用到的 UI 組件。
特性
- 基于
Vue開發(fā)的 UI 組件 - 使用 npm + webpack + babel 的工作流,支持 ES2015
- 提供友好的 API,可靈活的使用組件
- 支持按需引入,減少項(xiàng)目打包體積
- 偏向于業(yè)務(wù)組件
- 提供完善的文檔
安裝
npm install lin-view-ui -S
快速開始
import Vue from "vue";
import LinUI from "lin-view-ui";
Vue.use(LinUI);
// or
import {
Input,
Button,
// ...
} from "lin-view-ui";
Vue.component(Input.name, Input);
Vue.component(Button.name, Button);
瀏覽器支持
- 現(xiàn)代瀏覽器和 IE10 及以上
- Electron
評論
圖片
表情
