meteor-ionic
Build Ionic apps in Meteor!
Overview
This is an attempt at real Ionic and Meteor integration. This is not just Ionic's CSS framework wrapped in a Meteor package. It aims to be a complete port of Ionic’s Angular directives to Meteor Blaze templates.
Note: This is a forked of meteoric:ionic, which is now not maintained. In response, I decided to fork it, and maintain this package for my own. I have written acceptance test on JoeyAndres/ionic-demo, which is a fork of meteoric/demo.
Why?
Ionic is arguably the most comprehensive, polished, cross-platform mobile framework available. But unfortunately a large portion of its functionality comes from Angular directives. I'm not a fan of trying to force-fit Angular into Meteor, so I wanted to see if I could rewrite Ionic specifically for Meteor.
Install
meteor add jandres:ionic
Dependencies
- jandres:meteoric-sass Ionic's scss only package and currently up to date with ionic v1.2.4
Examples
Demo of all components
The demo app of various ionic components