wang-view-ui
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

lin-view-ui


在线文档

http://ui.linjiafu.top

简介

lin-view-ui 是一款基于 Vue.js 2.0 的前端 UI 组件库,主要集成了我平时在开发中使用到的 UI 组件

特性

  • 基于 Vue 开发的 UI 组件
  • 使用 npm + webpack + babel 的工作流,支持 ES2015
  • 提供友好的 API,可灵活的使用组件
  • 支持按需引入,减少项目打包体积
  • 偏向于业务组件
  • 提供完善的文档

安装

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);

浏览器支持

  • 现代浏览器和 IE10 及以上
  • Electron

贡献

如果你在使用 lin-view-ui 时遇到问题,或者有好的建议,欢迎给我提 Issue

LICENSE

MIT

Dependencies (7)

Dev Dependencies (70)

Package Sidebar

Install

npm i wang-view-ui

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

621 kB

Total Files

396

Last publish

Collaborators

  • sharp-wang