build: package
A fantastic mobile ui lib implement by Vue.
Home
Docs
Example
Application Guide
Recommend use the CLI tools base on vue-cli to init the config and base code:
$ vue init cube-ui/cube-template projectname
npm install cube-ui --save
import Vue from 'vue' import Cube from 'cube-ui' Vue.use(Cube)
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
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
Detailed changes for each release are documented in the release notes.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
cube-ui

Links
Home
Docs
Example
Application Guide
Communication
New cube-ui project ?
Recommend use the CLI tools base on vue-cli to init the config and base code:
Install
Usage
Use modularized cube-ui
For more information, please refer to Quick Start
Development
Changelog
Detailed changes for each release are documented in the release notes.
DiDi Open Sources