cube-ui

:large_orange_diamond: A fantastic mobile ui lib implement by Vue

Github星跟蹤圖

cube-ui Build Status codecov.io downloads

A fantastic mobile ui lib implement by Vue.

Communication

QQ Community QR

New cube-ui project ?

Recommend use the CLI tools base on vue-cli to init the config and base code:

$ vue init cube-ui/cube-template projectname

Install

npm install cube-ui --save

Usage

import Vue from 'vue'
import Cube from 'cube-ui'

Vue.use(Cube)

Use modularized cube-ui

import Vue from 'vue'
import {
  /* eslint-disable no-unused-vars */
  Style,
  Button,
  ActionSheet
} from 'cube-ui'

Vue.use(Button)
Vue.use(ActionSheet)

For more information, please refer to Quick Start

ToDo

  • More components

  • Support theme

Development

git clone git@github.com:didi/cube-ui.git
cd cube-ui
npm install
npm run dev
# or run document development
npm run doc-dev

Changelog

Detailed changes for each release are documented in the release notes.

主要指標

概覽
名稱與所有者didi/cube-ui
主編程語言JavaScript
編程語言JavaScript (語言數: 6)
平台
許可證Apache License 2.0
所有者活动
創建於2017-11-03 06:17:27
推送於2025-04-15 03:35:05
最后一次提交2025-04-15 11:31:50
發布數82
最新版本名稱v1.12.38 (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數9.1k
關注者數212
派生數1.5k
提交數2.5k
已啟用問題?
問題數613
打開的問題數49
拉請求數165
打開的拉請求數14
關閉的拉請求數41
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?