Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 937 Bytes

README.md

File metadata and controls

53 lines (39 loc) · 937 Bytes

layui-vue

将Layui制作为Vue2组件。(UI一直是个痛,那就先基于现有的UI,先封装几套玩玩。)

对应的LayUI版本为:1.0.9_rlsLayUI 源码仓库

示例对应的Vue版本为:2.2.4Vue 源码仓库

Target/Plan

Components

  • Button
  • Button Group
  • Switch
  • Checkbox
  • Radio
  • DropDownList
  • Tabset
  • Progress
  • Accordion
  • Table
  • Pagination
  • Tree
  • Fieldset
  • Blockquote

Other

  • Layer(弹出层)
  • LayDate(日期时间选择)
  • FileUpload(文件上传)
  • Editor(富文本编辑器)

How to Run?

推荐使用 pnpm 作为包管理工具

# Project init
pnpm i

# DEV 构建开发环境,然后打开:http://localhost:8080
pnpm start
# or
pnpm run docs:dev

# 编译文档
pnpm run docs:build

# 打包lib
pnpm run build