https://github.com/blimmer/ember-fullscreen-confirm-demo
An example of a fullscreen modal using composable helpers - EmberJS Denver Lightning Talk July 2016
https://github.com/blimmer/ember-fullscreen-confirm-demo
Last synced: 11 months ago
JSON representation
An example of a fullscreen modal using composable helpers - EmberJS Denver Lightning Talk July 2016
- Host: GitHub
- URL: https://github.com/blimmer/ember-fullscreen-confirm-demo
- Owner: blimmer
- Created: 2016-07-26T03:11:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T03:00:52.000Z (almost 10 years ago)
- Last Synced: 2025-01-09T13:57:49.897Z (over 1 year ago)
- Language: CSS
- Size: 886 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-fullscreen-confirm-demo
[](https://travis-ci.org/blimmer/ember-fullscreen-confirm-demo)
A quick demo of [ember-wormhole](https://github.com/yapplabs/ember-wormhole),
and [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers)
used to build a nice looking fullscreen confirm modal.
This was a lightning talk at the
[Ember JS Denver Meetup](http://www.meetup.com/Ember-js-Denver/) in
[July 2016](http://www.meetup.com/Ember-js-Denver/events/232418030/).
## Slides
Are [available on SlideShare](http://www.slideshare.net/BenLimmer/fun-with-ember-2x-features).
## Live Demo
Is available [here](https://blimmer.github.io/ember-fullscreen-confirm-demo).
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)
## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`
## Running / Development
* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](http://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)