https://github.com/fooloomanzoo/polymer-json-schema-form
json form
https://github.com/fooloomanzoo/polymer-json-schema-form
Last synced: 5 months ago
JSON representation
json form
- Host: GitHub
- URL: https://github.com/fooloomanzoo/polymer-json-schema-form
- Owner: fooloomanzoo
- License: apache-2.0
- Created: 2018-04-13T10:06:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T20:09:37.000Z (over 8 years ago)
- Last Synced: 2025-09-05T02:49:16.841Z (10 months ago)
- Language: HTML
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
the form generated from json schema
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.