ember-changeset-webforms
v0.3.0
Published
Declarative webforms built on top of Ember Changeset and Ember Changeset Validations
Readme
Ember Changeset Webforms
Declarative webforms built on top of Ember Changeset and Ember Changeset Validations
Installation
npm i ember-changeset-webforms
Docs
Full docs and live demos at https://ember-changeset-webforms.com
Running the tests
git clone [email protected]:andrew-paterson/ember-changeset-webforms.git
npm install
cd test-app
ember serve to serve the test app at http://localhost:4200
Load http://localhost:4200/tests in the browser.
You can also use ember-serve --port=**** to serve the test app on a different port.
