An addon which makes building complex applications using Ember.js easier.
The ember-app
addon adds a multitude of functionality to an Ember.js app:
A variety of scss mixins enable easy styling of advanced user interfaces.
Use automatic application versioning functionality to detect when there is an update to your single-page Ember.js application. This functionality is available using either an automatically generated version file, or using a service worker.
Easily cache assets using a service worker, and enable offline usage of your Ember.js application. The service worker is configured automatically, enabling automatic service worker installation, update detection, and cache activation.
Automatically enable progressive web app features in your Ember.js application, including theme specifications, icons, startup images, and web-app manifest creation.
Automatic integration with Google Analytics, Facebook Pixel, Heap Analytics, Mixpanel, and Intercom, enable advanced 3rd party integration for usage detection in your Ember.js application.
Make use of custom Moment.js library integration using ES6 module imports. Extended functionality allows for detecting weekdays and weekends, workdays, and holidays.
Use a variety of advanced elements to get the most out of your Ember.js application. Elements include charts, code editors, right-click menus, dropdown menus, droppable areas, scalable iframes, gravatars and initials, LQIP viewport-detecting images, modal windows, element popups, and tags.
A variety of handlebars helpers enable advanced functionality directly inside the templating language. Helpers include action helpers, array helpers, dom helpers, event helpers, format helpers, keyboard helpers, logic helpers, maths helpers, object helpers, promise helpers, routing helpers, scrolling helpers, sorting helpers, string helpers, and time helpers.
Easily serve, build and deploy an Electron application using built-in Ember CLI commands. The addon automatically detects when running in Electron, enabling automatic update detection, installation, and restarting, and ES6 Electron module integration.
ember install @abcum/ember-app
Visit the documentation site for more information on how to use the addon when developing an Ember.js app.
See the contributing guide for details on how to develop and contribute changes to ember-app
.
This project is licensed under the MIT License.