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 22
33A 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,
68exposing a ` value ` property that represents an object described by the schema.
79JSON 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.
1921First, make sure you have the [ Polymer CLI] ( https://www.npmjs.com/package/polymer-cli )
2022and bower (https://bower.io/ ) installed.
2123
24+ ### When cloning from GitHub
25+
2226After 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:
2731See the displayed URL and open it in your browser. Alternatively, you may
2832call ` 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
3141You may incorporate the element into your page like:
3242```
You can’t perform that action at this time.
0 commit comments