Skip to content

didi/cube-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

xxyCoderxxyCoder
and
xxyCoder
May 15, 2024
93353c8 · May 15, 2024
Feb 5, 2021
Nov 15, 2017
Nov 21, 2019
Nov 3, 2017
Mar 6, 2024
Mar 6, 2024
Mar 6, 2024
Mar 19, 2024
May 15, 2024
Feb 19, 2024
Aug 3, 2021
Aug 3, 2021
Nov 3, 2017
Nov 3, 2017
Jan 18, 2018
Jan 18, 2018
May 19, 2018
Oct 29, 2020
Nov 3, 2017
Nov 3, 2017
Mar 5, 2020
Mar 5, 2020
Mar 19, 2024
Mar 19, 2024
Nov 3, 2017

Repository files navigation

cube-ui Build Status codecov.io downloads

A fantastic mobile ui lib implement by Vue.

Links

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

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 Open Sources

  • Mpx: An enhanced miniprogram framework with data reactivity and deep optimizition.
  • Chameleon/kəˈmiːlɪən/: Unify all platforms(Web/Weex/Mini program) with MVVM. Focus on Write Once Run AnyWhere.
  • mand-mobile: A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
  • DoraemonKit/'dɔ:ra:'emɔn/: A full-featured App (iOS & Android) development assistant. You deserve it.
  • Booster: An easy-to-use, lightweight, powerful and extensible quality optimization toolkit designed specially for mobile applications.
  • More repos