JSPM

zurb-foundation-5

5.4.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1472
  • Score
    100M100P100Q106779F

[![Build Status](https://travis-ci.org/zurb/foundation.svg)](https://travis-ci.org/zurb/foundation)

Package Exports

  • zurb-foundation-5

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (zurb-foundation-5) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Foundation

Build Status

Foundation is the most advanced responsive front-end framework in the world. You can quickly prototype and build sites or apps that work on any kind of device with Foundation, which includes layout constructs (like a fully responsive grid), elements and best practices.

To get started, check out http://foundation.zurb.com/docs

Quickstart

To get going with Foundation you can:

Documentation

Foundation uses Assemble.io and Grunt to generate its documentation pages. Documentation can also be run from your local computer:

View documentation locally

You'll want to clone the Foundation repo first and install all the dependencies. You can do this using the following commands:

git clone git@github.com:zurb/foundation.git
cd foundation
npm install -g grunt-cli bower
npm install
bower install

Then just run grunt build and the documentation will be compiled:

foundation/
├── dist/
│   └── ...
├────── docs/
│       └── ...

Copyright (c) 2014 ZURB, inc.