Foundation

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

Github星跟蹤圖

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

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

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

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

概覽

名稱與所有者foundation/foundation-sites
主編程語言HTML
編程語言JavaScript (語言數: 4)
平台
許可證MIT License
發布數153
最新版本名稱v6.8.1 (發布於 2023-08-18 06:10:58)
第一版名稱v2.0.0 (發布於 2011-10-18 13:42:26)
創建於2011-10-13 23:05:42
推送於2024-03-20 20:22:34
最后一次提交2023-08-18 06:09:54
星數29.6k
關注者數1.3k
派生數5.5k
提交數17.3k
已啟用問題?
問題數8212
打開的問題數70
拉請求數2950
打開的拉請求數13
關閉的拉請求數1131
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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

去到頂部