Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 985 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 985 Bytes

ember-cli-vtkui

The ember-cli-vtkui project is an EmberJS Addon focused on providing components and styling to support a team's desire to incrementally replace legacy GWT / GXT UI code with standalone EmberJS applications.

The end goal would be to target Ember-Engines as a full GWT/GXT replacement.

About

Read more about the addons, components, and strategies we use to incrementally introduce EmberJS into our existing GWT/GXT applications on the project's DEMO page.

Installation

  • git clone <repository-url>
  • npm install

Running

Running Tests

  • npm 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 http://ember-cli.com/.