Skip to content
/ cw-ui Public

兼容uniapp、微信小程序的轻量移动端 Vue 组件库。

License

Notifications You must be signed in to change notification settings

jarryxy/cw-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

CW UI

兼容uniapp、微信小程序的轻量移动端 Vue 组件库

GitHub repo size stars stars GitHub

🔥 文档网站(国内)   🌈 文档网站(GitHub)


介绍

cw-ui是一个兼容uniapp、微信小程序的轻量移动端 Vue 组件库。

它的前身是「e家宜业」微信小程序端,一整套基于AGPL开源协议开源的智慧物业解决方案。

参考其UI,重写的一套基于uniapp组件的UI框架库。

e家宜业 Gitee   stars   e家宜业 Github   stars

特性

  • 🚀 性能极佳,组件平均体积小于 2KB(min+gzip)
  • 🍭 支持 Vue 2、微信小程序

安装

在现有项目中使用 cw-ui时,可以通过下载此仓库进行安装:

  1. git clone或打包下载此仓库
  2. 拷贝整个目录至uni_modules
uni_modules
├── cw-ui
└── ...

快速上手

import Vue from 'vue'
// 1. 引入组件库
import cwUI from '@/uni_modules/cw-ui'

// 2. 注册
Vue.use(cwUI)

cw-ui 也支持按需引入,详细说明见todo...

贡献指南

Todo...

开源协议

本项目基于 MIT 协议,请自由地享受和参与开源。

About

兼容uniapp、微信小程序的轻量移动端 Vue 组件库。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published