Skip to content

Developing using Ionic Material

MosheEliasof edited this page May 1, 2017 · 1 revision

Ionic Material is an extension library for the Ionic Framework which lets the developer create a beautifully-designed app. This library is similar to Google's API , which is very user-friendly and well-designed.

More information about this library can be found under the following link : http://ionicmaterial.com/

In order to start developing using this library, the following steps need to be done :

  1. Install Bower on your system (if you already have Bower,skip to stage 2):

$ npm install -g bower

2.Install Ionic-Material:

cd /PATH/TO/YOUR/PROJECT bower install ionic-material

3.Add RobotoDraft

bower install robotodraft

Now you can start working with Ionic material :)

Clone this wiki locally