Skip to content

Commit 259effa

Browse files
committed
refactor: rename repo name
1 parent 39a0ac2 commit 259effa

File tree

5 files changed

+28
-11
lines changed

5 files changed

+28
-11
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

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: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"unpkg": "lib/element-schema-form.umd.min.js",
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/vueblocks/element-form-generator.git"
21+
"url": "git+https://github.com/vueblocks/element-schema-form.git"
2222
},
2323
"license": "MIT",
2424
"dependencies": {

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8-
<title>element-form-generator</title>
8+
<title>element-schema-form</title>
99
</head>
1010
<body>
1111
<noscript>
12-
<strong>We're sorry but element-form-generator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
12+
<strong>We're sorry but element-schema-form doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
1313
</noscript>
1414
<div id="app"></div>
1515
<!-- built files will be auto injected -->

0 commit comments

Comments
 (0)