Skip to content

采用 layui 风格的 vue3 组件库。(UI一直是个痛,那就先基于现有的UI,先封装几套玩玩。)

License

Notifications You must be signed in to change notification settings

HstarComponents/layui-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81f609f · Oct 16, 2021

History

62 Commits
Oct 16, 2021
Oct 16, 2021
Oct 16, 2021
Oct 16, 2021
Oct 16, 2021
Sep 25, 2021
Sep 25, 2021
Sep 25, 2021
Mar 17, 2017
Sep 25, 2021
Oct 14, 2021
Oct 14, 2021
Oct 13, 2021
Sep 25, 2021
Oct 15, 2021
Apr 18, 2017
Mar 13, 2017
Oct 14, 2021
Sep 25, 2021
Sep 25, 2021
Oct 16, 2021
Oct 16, 2021
Sep 25, 2021
Oct 14, 2021

Repository files navigation

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