All Projects → HstarComponents → layui-vue

HstarComponents / layui-vue

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

Programming Languages

CSS
56736 projects
Vue
7211 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to layui-vue

vue-simple-password-meter
Vue Simple Password Meter is a simple password strength meter component written in vanilla js and extremly lightweight
Stars: ✭ 65 (+333.33%)
Mutual labels:  vue3, vue3-typescript
app
专门为互联网人打造的题解神器,神器在手,工作不愁
Stars: ✭ 64 (+326.67%)
Mutual labels:  vue3, vue3-typescript
vue-next-admin
🎉🎉🔥基于vue3.x 、Typescript、vite、Element plus等,适配手机、平板、pc 的后台开源免费模板库(vue2.x请切换vue-prev-admin分支)
Stars: ✭ 1,002 (+6580%)
Mutual labels:  vue3, vue3-typescript
Surmon.me
🆒 My personal website and blog, powered by @vuejs (3)
Stars: ✭ 1,767 (+11680%)
Mutual labels:  vue3, vue3-typescript
vue3-docs
vue中文社区,vue3 中文文档
Stars: ✭ 180 (+1100%)
Mutual labels:  vue3, vue3-typescript
Vue3 News
🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021)
Stars: ✭ 2,416 (+16006.67%)
Mutual labels:  vue3, vue3-typescript
miter-design
Miter Design component library made with ♡ by Prefect
Stars: ✭ 14 (-6.67%)
Mutual labels:  vue3, vue3-typescript
vue3.0-elemenplus-admin-template
一个基于Vue3.0和Element-plus的后台管理模板,一个使用Koa2作为后台程序使用MongoDB作为缓存数据库和MariaDB作为数据的后台管理模板系统
Stars: ✭ 20 (+33.33%)
Mutual labels:  vue3, vue3-typescript
vue3-vite-ts
Vue 3 Scaffolding (Vite + TS + Linters + Jest + TailwindCSS)
Stars: ✭ 27 (+80%)
Mutual labels:  vue3, vue3-typescript
vue3-md-blog
✍️ Minimal config Vue3 + Markdown blog engine
Stars: ✭ 53 (+253.33%)
Mutual labels:  vue3, vue3-typescript
vuex-typescript
boilerplate repository for vue 3 in typescript, dynamic code split && server-side rendering
Stars: ✭ 54 (+260%)
Mutual labels:  vue3, vue3-typescript
adminlte-3-vue
Vue 3.2.31 start-up project with AdminLTE 3.2.0 template
Stars: ✭ 134 (+793.33%)
Mutual labels:  vue3, vue3-typescript
vue3.0-template-admin
本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等
Stars: ✭ 500 (+3233.33%)
Mutual labels:  vue3, vue3-typescript
2019-ncov-vue3-version
新型冠状病毒实时疫情 Vue-Compostion-Api版本 (Vue3 + TypeScript)
Stars: ✭ 55 (+266.67%)
Mutual labels:  vue3, vue3-typescript
vue3-demo
💡 vue3新特性示例: 响应式API、组合式API、TodoMVC
Stars: ✭ 114 (+660%)
Mutual labels:  vue3, vue3-typescript
chengpeiquan.com
My personal website. Base on Vite 2.0 and Vue 3.0. If you want to know how to use Vite to develop a project, you can refer to this repository.
Stars: ✭ 43 (+186.67%)
Mutual labels:  vue3, vue3-typescript
taro3-vue3-template
一个基于 Taro3 和 Vue3 框架微信小程序模版。 核心技术采用Taro3、Vue3、TypeScript、NutUi、Vux4/Pinia、VueUse
Stars: ✭ 115 (+666.67%)
Mutual labels:  vue3, vue3-typescript
vuniversal
[WIP] Create vue (3) universal web applications quickly by @vitejs.
Stars: ✭ 20 (+33.33%)
Mutual labels:  vue3, vue3-typescript
vue3-webpack-boilerplate
Vue 3 Webpack Boilerplate (Vue 3, Vue Router 4, Vuex 4, Typescript)
Stars: ✭ 69 (+360%)
Mutual labels:  vue3, vue3-typescript
pighelper
🐷基于Hybrid+SSM的养猪信息化管理平台,该平台实现了对实时新闻,猪价的爬虫获取,以及各类养殖账单的增删改查等等。该项目适配了移动端界面,最终通过Hybrid混合式App开发技术打包成App,安装在移动端使用
Stars: ✭ 25 (+66.67%)
Mutual labels:  layui

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].