freeCodeCamp/guide/chinese/certifications/front-end-libraries/index.md

17 lines
885 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Front End Libraries
localeTitle: 前端库
---
## 前端库
前端库是一个文件或一段预先编写的代码,通过减少消耗的时间对用户有帮助。
这些代码库可以帮助用户最大限度地缩短编写长行代码的时间,并提高他们的工作效率。例如,像[Bootstrap](https://getbootstrap.com/)这样的前端库为用户提供了一个构建框架,减少了消耗的时间,同时为用户提供了灵活性。
库可以是固定的或非选择的,即为用户留下一些选择,而不是分别为用户留下任何选择。
由于这些是前端库因此它们使用HTMLCSS和JavaScript并分别在浏览器中修改页面的布局样式和行为。
#### 更多信息:
1. [一些好的前端图书馆](https://medium.com/learnwithrahul/introduction-to-some-kick-ass-front-end-libraries-tools-963f55152f4b)