mojito
Mojito is a JavaScript framework which brings the benefits of Controllers, Observers, Computed Properties, Class Bindings, ... to your (static) website.
Check the wiki/documentation for more information!
Building Mojito.js
- Ensure that Node.js is installed.
- Run
npm installto ensure the required dependencies are installed. - Run
npm run buildto build Ember.js. The builds will be placed in the dist/ directory.