All Projects → didi → Cube Ui

didi / Cube Ui

Licence: apache-2.0
🔶 A fantastic mobile ui lib implement by Vue

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to Cube Ui

hello-iui
⚙️ iui uniapp组件库演示示例【停止维护】
Stars: ✭ 20 (-99.78%)
Mutual labels:  vue-components, vue-ui, ui-library
Ms Design
Vue components that implement Microsoft Design Language
Stars: ✭ 150 (-98.31%)
Mutual labels:  vue-components, ui-library
vue2
【🔥Vue.js资讯📚】目前web前端开发非常火爆的框架;定时更新,欢迎 Star 一下。
Stars: ✭ 415 (-95.33%)
Mutual labels:  vue-components, vue-ui
fect
Minimalist UI components built on Vue-next
Stars: ✭ 352 (-96.04%)
Mutual labels:  vue-components, ui-library
vui-vc-next
Vue 3 with Vite Playground - Mobile web UI components - (vue3+vite2).
Stars: ✭ 15 (-99.83%)
Mutual labels:  vue-components, vue-ui
Vue Aplayer
🍰 Easy-to-use music player for Vue 2.x
Stars: ✭ 1,087 (-87.78%)
Mutual labels:  vue-components
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (-99.26%)
Mutual labels:  vue-components
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (-87.96%)
Mutual labels:  vue-components
Pure Vue Chart
Simple and lightweight vue chart component without using chart library dependencies
Stars: ✭ 50 (-99.44%)
Mutual labels:  vue-components
Vue Particles
Vue.js component for particles backgrounds ✨
Stars: ✭ 1,220 (-86.29%)
Mutual labels:  vue-components
Cdk
🎁 Vue Component Development Kit
Stars: ✭ 75 (-99.16%)
Mutual labels:  vue-components
Vue Cnode
基于vue2 + vue-router + vuet + ES6 + less + flex.css重写vue版cnode社区,使用webpack2打包
Stars: ✭ 1,134 (-87.25%)
Mutual labels:  vue-components
Primevue
The Most Complete Vue UI Component Library
Stars: ✭ 1,085 (-87.8%)
Mutual labels:  vue-components
Vue Fabric Wrapper
Vue Fabric.js Wrapper
Stars: ✭ 70 (-99.21%)
Mutual labels:  vue-components
Vuex Flash
VueJs Flash Message Component within Vuex
Stars: ✭ 54 (-99.39%)
Mutual labels:  vue-components
Cloudinary Vue
Cloudinary components library for Vue.js application, for image and video optimization.
Stars: ✭ 76 (-99.15%)
Mutual labels:  vue-components
Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (-5.6%)
Mutual labels:  vue-components
Vueye Table
A data table created using Vue.js
Stars: ✭ 64 (-99.28%)
Mutual labels:  vue-components
Vue Mobiledoc Editor
A lightweight and customizable editor that allows you to embed rich content using Vuejs components.
Stars: ✭ 73 (-99.18%)
Mutual labels:  vue-components
Aurora
就像极光一样,美丽、灿烂。
Stars: ✭ 63 (-99.29%)
Mutual labels:  vue-components

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 [email protected]: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
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].