ionic-brackets is a Brackets extension for developing mobile applications using Ionic framework.
- Installation
- How To Use
- Features
- Start an Ionic project
- Add Platform
- Add Plugin
- Build
- Emulate
- Run
- Live Development / Serve
- Plugins hook
- Add ngCordova
- Quick Docs
- Contributing
- Links
The extension can be installed by following the instructions on the official extensions guide.
If you can see the Ionic icon on the right toolbar, the extension is ready to use. Simply locate the ionic menu on the menus-bar and continue from there.
| Note: The icon's color is turned light blue when running a background job (build, serve, etc.).
Creates an Ionic project using the available templates.
| Note: The extension understands if your project is an Ionic project by the existence of the www
directory.
Adds a platform to the project [Choosing between ios or android].
Adds a plugin to the project.
Builds the project.
Creates an emulator for the application using the android/ios tools.
Runs the application on a real device using the android/ios tools.
Runs your application inside Brackets. You can open/close the live development view using the Ionic icon on the right side of Brackets.
| Note that plugins are currently not available. Intend for basic application UI/navigation testing.
Creates a Cordova hook for automatic plugins installation. Automatically adds your installed plugins to the hook.
Adds ngCordova to your project:
- Installs ngCordova using bower.
- Adds
<script src="lib/ngCordova/dist/ng-cordova.js"></script>
to the mainindex.html
file. - Adds a dependency to the main
app.js
file - example:angular.module('myApp', ['ngCordova'])
.
While developing, you can see the official docs of Ionic components or ngCordova plugins using quick docs key binding (defaulting to ctrl+k
).
Feel free to contribute to the project by adding features or fixing bugs.
- Brackets - http://brackets.io/
- Ionic Framework - http://ionicframework.com/
- ngCordova - http://ngcordova.com/
ionic-brackets is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.