Ionic Creator
Ionic Creator is another handy tool that you can use to quickly build Ionic UI. You can head to http://creator.ionic.io/ and start using the tool. You will need an Ionic.io account to work with this tool.
Using Ionic Creator, you can quickly drag-and-drop Ionic components and start building a prototype for your app. This app is persisted in the cloud and you can access this at any time and make modifications.
Ionic Creator (in the process of designing an app) will look like this:
Once you are done designing your app, you can download the app using any of these three ways:
- First, using Ionic CLI:
ionic start [appName] creator:c45ac24bd221
- Second, downloading the ZIP file of the project
- Finally, downloading the pure HTML
You can find these options when you click on the (export) icon, present at the top left of the page.
Note
You can read more about Ionic Creator at http://thejackalofjavascript.com/ionic-creator-beta/.