An open API service indexing awesome lists of open source software.

https://github.com/racklin/xulapp-starterkit-app-hello-demo

This is Hello Demo For XULApp StarterKit using add-ons mechanism.
https://github.com/racklin/xulapp-starterkit-app-hello-demo

Last synced: over 1 year ago
JSON representation

This is Hello Demo For XULApp StarterKit using add-ons mechanism.

Awesome Lists containing this project

README

          

Hello Demo For XULApp StarterKit
-----------------------------
This is Hello Demo For [XULApp StarterKit](https://github.com/racklin/xulapp-starterkit) using add-ons mechanism.

This demos show you how add-on can help you make your application more flexiable and more concise and update-able.

1. Main Hello World
-----------------------------
Just simple label and a button, when user click sayHello button , Show 'Hello World' message.

2. Sign In Addon
-----------------------------
OK, some new features are incoming, your boss want you added a 'Sign In' button.
Hard Coding and modify Main App ?? Try it as the other add-on.

3. Style It
-----------------------------
Finally, your users feel app ugly???
Hard Coding style in Main App ?? Again, Try it as the other add-on.

Download Pre-build Binary
-----------------------------
Download Pre-build DEMO XPIs.

1. [Main App XPI](https://github.com/racklin/xulapp-starterkit-app-hello-demo/raw/master/downloads/mainapp.xpi)
2. [Addon XPI](https://github.com/racklin/xulapp-starterkit-app-hello-demo/raw/master/downloads/addon.xpi)
3. [Style XPI](https://github.com/racklin/xulapp-starterkit-app-hello-demo/raw/master/downloads/bootstrap_style.xpi)

License
-----------------------------
Hello World Demo are licensed under the [MPL License](http://mozilla.org/mpl/2.0/).
See LICENSE for more details.