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.
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.
git clone <repository-url>
npm install
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.