https://github.com/robloach/component-installer-example
An example of using Component Installer.
https://github.com/robloach/component-installer-example
Last synced: 5 months ago
JSON representation
An example of using Component Installer.
- Host: GitHub
- URL: https://github.com/robloach/component-installer-example
- Owner: RobLoach
- Created: 2013-03-21T00:55:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T12:39:18.000Z (about 11 years ago)
- Last Synced: 2025-03-30T18:01:59.242Z (about 1 year ago)
- Language: HTML
- Homepage: http://robloach.github.com/component-installer
- Size: 129 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Component Installer Example
===========================
An example of using [Component Installer](http://robloach.github.com/component-installer)
with jQuery and Twitter Bootstrap. This makes use of the generated
[RequireJS](http://requirejs.org) configuration.
Usage
-----
1. Build with Composer:
$ curl -s https://getcomposer.org/installer | php
$ composer.phar install
2. Load `public/index.html` in your favourite web browser
3. If the text is green, then jQuery is loaded properly through RequireJS.
4. If clicking on "Launch demo modal" pops up a modal window, then Bootstrap is
working correctly through RequireJS.