customer-ui
v1.1.0
Published
A fantastic mobile ui lib implement by Vue
Downloads
1
Readme
enn-ui
A fantastic mobile ui lib implement by Vue.
Links
Communication
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 [email protected]: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.