Commit 7f1309ac authored by baiyaaaaa's avatar baiyaaaaa

docs site

parent d3a314af
## 更新日志
### 1.0.0-rc.4(待发布)
### 1.0.0-rc.4
*2016-XX-XX*
*2016-09-21*
- 修复 Select 多选时选项变为空数组后 placeholder 不出现的问题
- 修复 Time Picker 时间选择可滚动
......
......@@ -6,16 +6,11 @@
> Desktop UI elements for Vue.js 2.0.
## Docs
## Links
- [Home Page](http://element.eleme.io/)
- [Docs](http://element.eleme.io/#/component)
<a href="http://element.eleme.io/">http://element.eleme.io/</a>
## Demo
Demo will come with the documentation. Here is a preview of what a page based on Element looks like:
<img src="./examples/assets/images/element-demo.jpeg" width = "100%" />
## Usages
## Install
```shell
npm install element-ui@next -S
```
......
......@@ -13,7 +13,7 @@
"dist": "npm run lint && del -f lib && cooking build -c scripts/cooking.conf.js,scripts/cooking.common.js,scripts/cooking.component.js -p && npm run build:theme",
"dist:all": "node bin/build-all.js && npm run build:theme",
"build:theme": "gulp build --gulpfile packages/theme-default/gulpfile.js && cp-cli packages/theme-default/lib lib/theme-default",
"deploy": "npm run build:file && cooking build -c scripts/cooking.demo.js -p && echo element.eleme.io>>examples/element-ui/CNAME && gh-pages -d examples/element-ui --remote origin && del examples/element-ui",
"deploy": "npm run build:file && cooking build -c scripts/cooking.demo.js -p && echo element.eleme.io>>examples/element-ui/CNAME && gh-pages -d examples/element-ui --remote eleme && del examples/element-ui",
"bootstrap": "npm i && lerna bootstrap --loglevel=error",
"pub": "npm run dist && kp",
"pub:all": "npm run dist:all && lerna publish",
......
......@@ -15,7 +15,7 @@ cooking.set({
entry: './examples/entry.js',
dist: './examples/element-ui/',
template: './examples/index.tpl',
publicPath: '/element-ui/',
publicPath: '/',
hash: true,
devServer: {
port: 8085,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment