1.1.0 • Published 6 years ago

customer-ui v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

enn-ui Build Status codecov.io downloads

A fantastic mobile ui lib implement by Vue.

Links

Communication

QQ Community QR

New enn-ui project ?

Recommend use the CLI tools base on vue-cli to init the config and base code:

$ vue init enn-ui/cube-template projectname

Install

npm install enn-ui --save

Usage

import Vue from 'vue'
import Cube from 'enn-ui'

Vue.use(Cube)

Use modularized enn-ui

import Vue from 'vue'
import {
  /* eslint-disable no-unused-vars */
  Style,
  Button,
  ActionSheet
} from 'enn-ui'

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/enn-ui.git
cd enn-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.