foundation

WebJar for foundation

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

foundation
Last Version

Last Version

5.5.3
Release Date

Release Date

Type

Type

jar
Description

Description

foundation
WebJar for foundation
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/zurb/bower-foundation

Download foundation

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/foundation/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>foundation</artifactId>
    <version>5.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/foundation/
implementation 'org.webjars.bower:foundation:5.5.3'
// https://jarcasting.com/artifacts/org.webjars.bower/foundation/
implementation ("org.webjars.bower:foundation:5.5.3")
'org.webjars.bower:foundation:jar:5.5.3'
<dependency org="org.webjars.bower" name="foundation" rev="5.5.3">
  <artifact name="foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='foundation', version='5.5.3')
)
libraryDependencies += "org.webjars.bower" % "foundation" % "5.5.3"
[org.webjars.bower/foundation "5.5.3"]

Dependencies

compile (5)

Group / Artifact Type Version
org.webjars.bower : fastclick jar [0.6.11,)
org.webjars.bower : jquery jar [2.1.0,)
org.webjars.bower : jquery-placeholder jar [2.0.7,2.1)
org.webjars.bower : jquery.cookie jar [1.4.0,1.5)
org.webjars.bower » modernizr jar 2.8.3

Project Modules

There are no modules declared in this project.

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

Looking for Foundation 6?

The Bower package for Foundation 6 in now stored in the main repo. You can install through Bower: bower install foundation-sites

To get going with Foundation 5 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
bundle install

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

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

Copyright (c) 2015 ZURB, inc.

org.webjars.bower

zurb

Versions

Version
5.5.3
5.5.2
5.5.1