File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A simple object editor based on JSON schema by [ GerhardHH] ( https://github.com/GerhardHH )
4
4
5
+ Click here to see [ Demo and API] ( https://gerhardhh.github.io/e2u-json-object-editor/components/e2u-json-object-editor ) on GitHub
6
+
5
7
` e2u-json-object-editor ` takes in a JSON schema of type object and builds a form,
6
8
exposing a ` value ` property that represents an object described by the schema.
7
9
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.
19
21
First, make sure you have the [ Polymer CLI] ( https://www.npmjs.com/package/polymer-cli )
20
22
and bower (https://bower.io/ ) installed.
21
23
24
+ ### When cloning from GitHub
25
+
22
26
After git clone, perform the following steps:
23
27
24
28
- run ` bower install ` to download dependent modules
@@ -27,6 +31,12 @@ After git clone, perform the following steps:
27
31
See the displayed URL and open it in your browser. Alternatively, you may
28
32
call ` polymer serve --open `
29
33
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
+
30
40
## Usage
31
41
You may incorporate the element into your page like:
32
42
```
You can’t perform that action at this time.
0 commit comments