GitXplorerGitXplorer
w

responsive-web-apps

public
62 stars
12 forks
0 issues

Commits

List of commits on branch gh-pages.
Unverified
7290487381923976f817d86bbc82c5af01b80b29

Pass element as literal to wire

wwebpro committed 12 years ago
Unverified
8281e890d40d412fdc75f57c750ac1b6ce6948a1

Added link to article

wwebpro committed 12 years ago
Unverified
186fc6cea23d2319d0895047f7580217a5d47149

Debug version is obviously broken without dependencies installed.

wwebpro committed 12 years ago
Unverified
af6892eca8a0c6d866b61821df658b8f2c426004

Updated info labels

wwebpro committed 12 years ago
Unverified
b82dd01d408bd8d4a428e60de80f4f9446951d70

Added basic Flight module

wwebpro committed 12 years ago
Unverified
439d4eeee22bfbb0205fc0c7a359c7a54ca0859f

hybrid, demo

wwebpro committed 12 years ago

README

The README file for this repository.

Responsive & Hybrid Web Apps Demo

Introduction

This repo contains techniques and concepts to build responsive & hybrid web applications.

  • Declarative and conditional module injection
    • using data-* attributes,
    • a basic "advisor" and "composer" layer, and
    • wire.js to load and instantiate modules.
  • Various basic application modules (built using vanilla JS, Backbone, Maria, and Flight).
  • Manifest files
    • to build for PhoneGap (or point your PhoneGap Build app directly to this repo), and
    • to run directly on Firefox OS (or point the Firefox OS Simulator directly to this repo).
  • Build script (using Grunt and r.js) to optimize the modules (run grunt build).

It is also served as a running demo. For a more in-depth introduction and overview, read Building a Responsive Web Application.

Run & build

Clone this repo, and you can:

# run
bower install

# build
npm install
grunt build