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.
- Host: GitHub
- URL: https://github.com/racklin/xulapp-starterkit-app-hello-demo
- Owner: racklin
- License: other
- Created: 2013-01-12T18:30:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-12T18:37:49.000Z (over 13 years ago)
- Last Synced: 2025-04-12T21:59:07.893Z (over 1 year ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.