tip-ui
v0.0.0
Published
A fantastic mobile ui lib implement by Vue
Downloads
2
Readme
c5-mobile
A fantastic mobile ui lib implement by Vue.
Links
Communication
New c5-mobile project ?
Recommend use the CLI tools base on vue-cli to init the config and base code:
$ vue init c5-mobile/c5-template projectname
Install
npm install c5-mobile --save
Usage
import Vue from 'vue'
import Cube from 'c5-mobile'
Vue.use(Cube)
Use modularized c5-mobile
import Vue from 'vue'
import {
/* eslint-disable no-unused-vars */
Style,
Button,
ActionSheet
} from 'c5-mobile'
Vue.use(Button)
Vue.use(ActionSheet)
For more information, please refer to Quick Start
ToDo
More components
Support theme
Development
git clone [email protected]:didi/c5-mobile.git
cd c5-mobile
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.