Cube Ui
:large_orange_diamond: A fantastic mobile ui lib implement by Vue
Install / Use
npx skills add didi/cube-uiInstalls into whichever agent you are using.
README
cube-ui

A fantastic mobile ui lib implement by Vue.
Links
Communication

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
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR

