Foundation

世界上最先进的响应式前端框架。(The most advanced responsive front-end framework in the world.)

Github stars Tracking Chart

Foundation 是世界上最先进的响应式前端框架。Foundation 由位于加利福尼亚州坎贝尔市的产品设计公司ZURB公司制造。 这个框架是自1998年以来构建Web产品和服务的结果。

Foundation 基于ZURB风格指南,一个HTML,CSS和Javascript的集合,帮助我们快速设计惊人的网站。 它现在由数百万设计师和开发人员使用,并驱动一些最大和最受欢迎的网站。 前端框架是包含可以构建的设计模式的HTML,CSS和JavaScript的集合。 他们让你不要浪费时间重写无聊,一遍又一遍的样板代码。 除了节省时间,他们实际上帮助你编写更好的代码。 基于Foundation基础工作的网站在包括台式机和笔记本电脑,平板电脑和移动电话在内的多种设备上都很出色,因为它是一个使用CSS媒体查询和移动优先方法的响应式框架。 设计师可以为各种屏幕尺寸创建独特的设计,确保无论设备的平滑的体验。

Foundation 包括工具和资源,如一个强大灵活的响应网格与大量的方便的选项,模式,排版,导航组件和表单元素,设计师可以快速插入到他们的产品。 Foundation 也是模块化的,意味着你可以根据需要使用尽可能少的或尽可能多的模块。

因为世界各地的开发人员(包括我们ZURB)都在使用Foundation,所以对代码进行了大量的迭代,并且bug总是被压缩。 它被视为一个共享智慧的集合,与整个全球社区协作的最佳实践。 易于使用,快速学习和充满强大的工具,Foundation是最先进的前端框架。

Overview

Name With Ownerfoundation/foundation-sites
Primary LanguageHTML
Program languageJavaScript (Language Count: 4)
Platform
License:MIT License
Release Count153
Last Release Namev6.8.1 (Posted on 2023-08-18 06:10:58)
First Release Namev2.0.0 (Posted on 2011-10-18 13:42:26)
Created At2011-10-13 23:05:42
Pushed At2024-03-20 20:22:34
Last Commit At2023-08-18 06:09:54
Stargazers Count29.6k
Watchers Count1.3k
Fork Count5.5k
Commits Count17.3k
Has Issues Enabled
Issues Count8212
Issue Open Count70
Pull Requests Count2950
Pull Requests Open Count13
Pull Requests Close Count1131
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Build Status
dependencies Status
devDependencies Status
npm version
Bower version
Gem Version
jsDelivr Hits
Gitter
Netlify Status
Quality Gate Status
Known Vulnerabilities
BrowserStack Status

Foundation is the most advanced responsive front-end framework in the world. Quickly go from prototype to production, building sites or apps that work on any kind of device with Foundation. Includes a fully customizable, responsive grid, a large library of Sass mixins, commonly used JavaScript plugins, and full accessibility support.


Run locally

Documentation

To run the documentation locally on your machine, you need Node.js installed on your computer. (Your Node.js version must be 6.4.0 or higher). Run these commands to set up the documentation:

# Install
git clone https://github.com/foundation/foundation-sites
cd foundation-sites
npm install

# Start the documentation
npm start

Testing

Foundation has three kinds of tests: JavaScript, Sass, and visual regression. Refer to our testing guide for more details.

Run tests with:

# Sass unit tests
npm run test:sass
# JavaScript unit tests
npm run test:javascript:units
# Visual tests
npm run test:visual

Contributing

Check out CONTRIBUTING.md to see how to report an issue or submit a bug fix or a new feature, and our contributing guide to learn how you can contribute more globally to Foundation. You can also browse the Help Wanted tag in our issue tracker to find things to do.

Training

Want the guided tour to Foundation from the team that built it? The ZURB team offers comprehensive training courses for developers of all skill levels. If you're new to Foundation, check out the Introduction to Foundation Course to kickstart your skills, amplify your productivity, and get a comprehensive overview of everything Foundation has to offer. More advanced users should check out the Advanced Foundation Course to learn the Advanced skills that ZURB uses to deliver quality client work in short timeframes.

Copyright © 2020 Foundation Community

To the top