Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
7f1309ac
Commit
7f1309ac
authored
Sep 21, 2016
by
baiyaaaaa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs site
parent
d3a314af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
13 deletions
+8
-13
CHANGELOG.md
CHANGELOG.md
+2
-2
README.md
README.md
+4
-9
package.json
package.json
+1
-1
scripts/cooking.demo.js
scripts/cooking.demo.js
+1
-1
No files found.
CHANGELOG.md
View file @
7f1309ac
## 更新日志
### 1.0.0-rc.4
(待发布)
### 1.0.0-rc.4
*2016-
XX-XX
*
*2016-
09-21
*
-
修复 Select 多选时选项变为空数组后 placeholder 不出现的问题
-
修复 Time Picker 时间选择可滚动
...
...
README.md
View file @
7f1309ac
...
...
@@ -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
```
...
...
package.json
View file @
7f1309ac
...
...
@@ -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"
,
...
...
scripts/cooking.demo.js
View file @
7f1309ac
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment