An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# emberx-form
[![npm version](https://badge.fury.io/js/emberx-form.svg)](http://badge.fury.io/js/emberx-form)
[![Build Status](https://travis-ci.org/thefrontside/emberx-form.svg?branch=master)](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.