1.3.1 • Published 6 years ago

ui-fast v1.3.1

Weekly downloads
2
License
Apache
Repository
github
Last release
6 years ago

c5-mobile Build Status codecov.io

A fantastic mobile ui lib implement by Vue.

Links

Example QR

Communication

QQ Community QR

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 git@github.com: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.