Skip to content

Commit 2d2eacc

Browse files
Merge pull request #15 from vueblocks/develop
Develop
2 parents 498f213 + 259effa commit 2d2eacc

34 files changed

+30
-450
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
node_modules
33
/dist
4+
/docs/.vuepress/dist
45

56
# local env files
67
.env.local

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
# element-form-generator
2-
A schema-based form generator component for Element UI.
1+
# element-schema-form
32

4-
## Run docs
3+
<p align="left">
4+
<a href="https://travis-ci.org/vueblocks/element-schema-form"><img src="https://travis-ci.org/vueblocks/element-schema-form.svg?branch=dev"></a>
5+
<a href="https://www.npmjs.com/package/@vueblocks/element-schema-form" target="_blank"><img src="https://img.shields.io/npm/v/@vueblocks/element-schema-form.svg"></a>
6+
<a href="https://github.com/vueblocks/element-schema-form"><img src="https://img.shields.io/github/stars/vueblocks/element-schema-form.svg"></a>
7+
<a href="https://github.com/vueblocks/element-schema-form"><img src="https://img.shields.io/github/license/vueblocks/element-schema-form.svg"></a>
8+
</p>
59

6-
```bash
7-
npm i vuepress -g
8-
```
10+
A schema-based element-ui form component for Vue2.x.
11+
12+
## Installation
913

1014
```bash
11-
npm run docs:dev
15+
npm i @vueblocks/element-schema-form -S
1216
```
17+
18+
## Document
19+
20+
[https://vueblocks.github.io/element-schema-form/](https://vueblocks.github.io/element-schema-form/)
21+
22+
## Online Demo
23+
24+
> [WIP]
25+
26+
## License
27+
28+
MIT

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ cd docs/.vuepress/dist
1212
# 如果是发布到自定义域名
1313
# echo 'www.example.com' > CNAME
1414

15-
# git init
15+
git init
1616
git add -A
1717
git commit -m 'chore: deploy docs'
1818

1919
# 如果发布到 https://<USERNAME>.github.io
2020
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
2121

2222
# 如果发布到 https://<USERNAME>.github.io/<REPO>
23-
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
23+
git push -f https://github.com/vueblocks/element-schema-form.git master:gh-pages
2424

2525
cd -

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
},
1616
{
1717
text: 'GitHub',
18-
link: 'https://github.com/vueblocks/element-form-generator'
18+
link: 'https://github.com/vueblocks/element-schema-form'
1919
},
2020
],
2121
sidebar: {

docs/.vuepress/dist/404.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/.vuepress/dist/assets/css/0.styles.ab8c831f.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/.vuepress/dist/assets/img/search.83621669.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/.vuepress/dist/assets/js/10.de302617.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/.vuepress/dist/assets/js/11.dcfa8730.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/.vuepress/dist/assets/js/12.73e38090.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)