update readme

pull/2/head
baiyaaaaa 2016-09-03 20:30:59 +08:00
parent 8c99215785
commit 5bb29dda79
6 changed files with 32 additions and 24 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
sudo: false
language: node_js
node_js:
- "5"

View File

@ -1,12 +1,17 @@
# Element
> UI Elements for admin page.
## Demo/Docs
http://element-test.faas.elenet.me/
## Docs
Comming soon
## Demo
<img src="./examples/assets/images/element-demo.jpeg" width = "100%" />
## Usages
```shell
npm install element-ui
npm install element-ui@next
```
## Quick Start
@ -61,8 +66,27 @@ Vue.component(Button.name, Button)
}
```
## development
### Building Tool Installation
Element UI is built with [cooking](http://cookingjs.github.io/). So before running it you'll need to install [cooking](http://cookingjs.github.io/) globally.
```bash
$ npm install cooking -g
```
### Commands
```bash
$ make install --- install dependencies
$ make dev --- develop mode
$ make dist --- compile the project
$ make dist-all --- compile each component individually
```
## Changelog
Details changes for each release are documented in the [release notes](https://github.com/eleme/element-ui/releases).
Details changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).
## LICENSE
MIT

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

View File

@ -1,5 +0,0 @@
appid: fe.element
version: 1.0.0
os: linux
language: cdnjs
apptype: web

View File

@ -1,11 +0,0 @@
language: fe.cooking
version: 0.5.4
script:
- make deploy
outfile:
- ./fe.element
notifications:
email:
- haiping.zeng@ele.me
branch:
master: alpha_stable

View File

@ -14,10 +14,6 @@
"gh-docs": "cooking build -c scripts/cooking.demo.js -p && gh-pages -d examples/element-ui --remote origin",
"prepublish": "make dist"
},
"faas": {
"domain": "element",
"public": "examples/element-ui"
},
"repository": {
"type": "git",
"url": "git@github.com:eleme/element-ui.git"