Skip to content

Commit

Permalink
增加前端开发规范
Browse files Browse the repository at this point in the history
  • Loading branch information
helloqingfeng committed Sep 14, 2016
1 parent bf23798 commit 1762bb5
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
32 changes: 32 additions & 0 deletions 27-front-end-style-guide/README.md
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)
17 changes: 15 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
**说明:** 整理有不当之处, 欢迎 [pr](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource/pulls) 或提出 [issue](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource/issues)

## 更新日志:
**20160915:**
- 增加前端开发规范手册(作者:阿树)

**20160831:**
- 增加前端学习路径


**20160829:**
- 增加100+ 超全的web开发工具和资源
- 增加Web前端开发规范文档
Expand All @@ -37,10 +39,12 @@
## [前端开发者手册](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource/tree/master/02-fedHandlebook-master)(学习前端的实践手册)
作者:Pomy https://github.com/dwqs

源地址https://github.com/dwqs/fedHandlebook
中文源地址https://github.com/dwqs/fedHandlebook

阅读地址:https://dwqs.gitbooks.io/frontenddevhandbook/content/

英文原版地址:https://www.frontendhandbook.com/

资源下载: <a href='http://pan.baidu.com/s/1c0frhIS' target='_blank'>pdf</a>  <a href='https://www.gitbook.com/book/dwqs/frontenddevhandbook/details' target='_blank'>mobi</a>

## [前端开发笔记本](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource/tree/master/03-FEND_Note-master)
Expand Down Expand Up @@ -149,6 +153,15 @@

源地址:https://github.com/IonicChina/Mobile-front-end-tutorial

## [前端开发规范手册](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource/tree/master/27-front-end-style-guide)
作者:阿树 https://github.com/Aaaaaashu

源地址:https://github.com/Aaaaaashu/Guide

阅读地址:http://zhibimo.com/read/Ashu/front-end-style-guide/



## [Web前端开发规范文档](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource/tree/master/25-web-develop-standard-master)

作者:kc https://github.com/kangcafe
Expand Down

0 comments on commit 1762bb5

Please sign in to comment.