winged / ember-caluma

Ember.js addon for Caluma

Home Page:https://caluma.io/ember-caluma/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-caluma

Build Status npm Codecov dependencies Status devDependencies Status Code Style: Prettier License: MIT

The Ember.js addon for Caluma - a collaborative form editing service.

Documentation

You can find the interactive documentation here.

Contributing

Installation

  • git clone git@github.com:projectcaluma/ember-caluma
  • cd ember-caluma
  • yarn install

Linting

  • yarn lint:js
  • yarn lint:js --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

Updating the schema

The addon includes a mirage server for mocking Caluma's GraphQL API, which is generated from the GraphQL schema definition. If the upstream GraphQL schema changed you can update the addon by running

yarn update-schema
yarn update-fragment-types

History

This addon is the result of a merge of three different addons:

The history of ember-caluma-form and ember-caluma-utils has not been preserved during the merge.

License

This project is licensed under the MIT License.

About

Ember.js addon for Caluma

https://caluma.io/ember-caluma/

License:MIT License


Languages

Language:JavaScript 90.9%Language:HTML 8.1%Language:CSS 0.9%