Merge pull request #24 from QingWei-Li/master

Update readme
pull/27/head
杨奕 2016-09-07 15:48:27 +08:00 committed by GitHub
commit c6e12ed495
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Element [![Build Status](https://api.travis-ci.org/ElemeFE/Element.svg)](https://travis-ci.org/ElemeFE/Element) [![npm package](https://img.shields.io/npm/v/element-ui.svg)](https://www.npmjs.org/package/element-ui) [![NPM downloads](http://img.shields.io/npm/dm/element-ui.svg)](https://npmjs.org/package/element-ui) # Element [![Build Status](https://travis-ci.org/ElemeFE/element.svg?branch=master)](https://travis-ci.org/ElemeFE/element) [![npm package](https://img.shields.io/npm/v/element-ui.svg)](https://www.npmjs.org/package/element-ui) [![NPM downloads](http://img.shields.io/npm/dm/element-ui.svg)](https://npmjs.org/package/element-ui)
> Desktop UI elements for Vue.js 2.0. > Desktop UI elements for Vue.js 2.0.
## Docs ## Docs
@ -67,7 +67,9 @@ Vue.component(Button.name, Button)
} }
``` ```
## development ## Development
Recommend: node >= 4 npm >= 3
```shell ```shell
# development => install packages -> build icon etc. -> run webpack # development => install packages -> build icon etc. -> run webpack
$ npm run dev $ npm run dev