Ember Touch lays the groundwork for a comprehensive touch and gesture system that sits on top of EmberJS.
Visit the Project Page.
You could import the project in some of the following ways:
-
Download the latest version ember-touch.js
-
Build it, executing rake dist command and import dist/ember-touch.js into your project.
-
Clone the project into your Ember Application and use your build tools ( ex: rake-pipeline ).
Run the server: bundle exec rackup
To run/check the unit test output, open:
http://localhost:9292/tests/index.html?package=ember-touch
- rake generate_docs
- Access ./docs/build/index.html