forked from helloqingfeng/Awsome-Front-End-learning-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf23798
commit 1762bb5
Showing
2 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# 前端开发规范手册 | ||
|
||
##### Github: [仓库地址](https://github.com/Aaaaaashu/Front-End-Style-Guide) | ||
##### 知笔墨:[手册地址](http://zhibimo.com/read/Ashu/front-end-style-guide/) | ||
|
||
此手册主要实现的目标:**代码一致性**和**最佳实践**。通过代码风格的一致性,降低维护代码的成本以及改善多人协作的效率。同时遵守最佳实践,确保页面性能得到最佳优化和高效的代码。 | ||
|
||
此手册是在开发中积累下来的经验和参考其它规范/指南制定的,它只是起指导作用,除个别条目强制之外,大多数为非强制约束,开发者可根据自己的实际情况自行决定是否要遵守 | ||
该指南只是保证大方向一致性和最佳实践的阶段性总结,不是最后结论,它会随着时间而变化。 | ||
|
||
## 目录 | ||
* [Introduction](http://zhibimo.com/read/Ashu/front-end-style-guide/) | ||
* [基本原则](http://zhibimo.com/read/Ashu/front-end-style-guide/basic/index.html) | ||
* HTML | ||
* [通用约定](http://zhibimo.com/read/Ashu/front-end-style-guide/html/general.html) | ||
* [语义化](http://zhibimo.com/read/Ashu/front-end-style-guide/html/semantic.html) | ||
* [HEAD](http://zhibimo.com/read/Ashu/front-end-style-guide/html/head.html) | ||
* CSS | ||
* [通用约定](http://zhibimo.com/read/Ashu/front-end-style-guide/css/general.html) | ||
* [字体排印](http://zhibimo.com/read/Ashu/front-end-style-guide/css/typography.html) | ||
* [模块组织](http://zhibimo.com/read/Ashu/front-end-style-guide/css/structure.html) | ||
* [Less 规范](http://zhibimo.com/read/Ashu/front-end-style-guide/css/less.html) | ||
* [性能优化](http://zhibimo.com/read/Ashu/front-end-style-guide/css/performance.html) | ||
* JavaScript | ||
* [通用约定](http://zhibimo.com/read/Ashu/front-end-style-guide/javascript/general.html) | ||
* [jQuery 规范](http://zhibimo.com/read/Ashu/front-end-style-guide/javascript/jquery.html) | ||
* [性能优化](http://zhibimo.com/read/Ashu/front-end-style-guide/javascript/performance.html) | ||
* [移动端优化](http://zhibimo.com/read/Ashu/front-end-style-guide/mobile-optimize/index.html) | ||
* [工具箱](http://zhibimo.com/read/Ashu/front-end-style-guide/tool/index.html) | ||
* [参考](http://zhibimo.com/read/Ashu/front-end-style-guide/reference/index.html) | ||
|
||
![](https://raw.githubusercontent.com/Aaaaaashu/Front-End-Style-Guide/master/img/husky.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters