Skip to content

Commit b7e8fc0

Browse files
committed
Updated README.md
1 parent 66257dc commit b7e8fc0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A simple object editor based on JSON schema by [GerhardHH](https://github.com/GerhardHH)
44

5+
Click here to see [Demo and API](https://gerhardhh.github.io/e2u-json-object-editor/components/e2u-json-object-editor) on GitHub
6+
57
`e2u-json-object-editor` takes in a JSON schema of type object and builds a form,
68
exposing a `value` property that represents an object described by the schema.
79
JSON schema is defined here: http://json-schema.org/
@@ -19,6 +21,8 @@ For more information, see the code and the demo which provides code comments.
1921
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli)
2022
and bower (https://bower.io/) installed.
2123

24+
### When cloning from GitHub
25+
2226
After git clone, perform the following steps:
2327

2428
- run `bower install` to download dependent modules
@@ -27,6 +31,12 @@ After git clone, perform the following steps:
2731
See the displayed URL and open it in your browser. Alternatively, you may
2832
call `polymer serve --open`
2933

34+
### When you want to use it via bower
35+
36+
`bower install GerhardHH/e2u-json-object-editor`
37+
38+
Then you can use the element in your project as usual.
39+
3040
## Usage
3141
You may incorporate the element into your page like:
3242
```

0 commit comments

Comments
 (0)