https://github.com/thefrontside/emberx-form
Form/field components for working with changesets
https://github.com/thefrontside/emberx-form
Last synced: 9 months ago
JSON representation
Form/field components for working with changesets
- Host: GitHub
- URL: https://github.com/thefrontside/emberx-form
- Owner: thefrontside
- License: mit
- Created: 2016-08-01T19:24:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T18:05:54.000Z (over 8 years ago)
- Last Synced: 2025-08-27T09:30:22.859Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 169 KB
- Stars: 3
- Watchers: 10
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# emberx-form
[](http://badge.fury.io/js/emberx-form)
[](https://travis-ci.org/thefrontside/emberx-form)
## Installation
* `git clone` this repository
* `cd emberx-form`
* `yarn install`
## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
## Running Tests
* `yarn test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms, which can be found in the CODE_OF_CONDUCT.md file in this repository.