Skip to content
/ wlui Public

wl-ui 精美易用的前端复杂组件解决方案。Beautiful and easy-to-use front-end complex component solution

License

Notifications You must be signed in to change notification settings

wl-ui/wlui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

74bf286 · Mar 17, 2021

History

54 Commits
Feb 18, 2021
Jul 17, 2020
Jun 30, 2020
Mar 17, 2021
Dec 14, 2020
Mar 13, 2020
Dec 11, 2020
Oct 20, 2020
Jan 11, 2021
Jul 3, 2020
Dec 17, 2020

Repository files navigation

wlui

精美易用的前端复杂组件及市场上未出现的需求组件收录

Install

npm install weilan-ui -S  

# or

yarn add weilan-ui

Quick Start

全部引入

import Vue from 'vue'
import WeilanUi from 'weilan-ui'
import 'weilan-ui/lib/weilan-ui.css';

Vue.use(WeilanUi)

按需引入

import {
  Gantt, // 甘特图
  Explorer, // 文件管理器
  BimViewer, // bim三维模型预览
  TransferTree, // 树形穿梭框
  FormDesigner, // 表单设计器
  FormParser, // 表单解释器
  Container, 
  ContextMenu, 
  FadeIn, 
  Scroll, 
  Address, 
  Add, 
  Input, 
  Select, 
  SelectTree, // 树形下拉框
  Tree, 
  Table, 
  TableDynamic, 
} from 'weilan-ui'
import 'weilan-ui/lib/weilan-ui.css';

Vue.use(Gantt)
Vue.use(Explorer)
...

Donation

如果你有心,可以请作者喝杯咖啡

社区

Issue QQ群
wlui/issues