customer-ui
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i customer-ui

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

7.61 MB

Total Files

317

Last publish

Collaborators

  • sxy62016