https://github.com/buschtoens/ember-quick-jump
Quickly jump to elements using keyboard shortcuts aided by visual hints
https://github.com/buschtoens/ember-quick-jump
Last synced: 4 months ago
JSON representation
Quickly jump to elements using keyboard shortcuts aided by visual hints
- Host: GitHub
- URL: https://github.com/buschtoens/ember-quick-jump
- Owner: buschtoens
- License: mit
- Created: 2017-09-04T13:57:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:42:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T12:44:16.944Z (about 1 year ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-quick-jump
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-quick-jump`
* `npm install`## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).## 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 [https://ember-cli.com/](https://ember-cli.com/).