# code-style-standar **Repository Path**: code-boy-hub/code-style-standar ## Basic Information - **Project Name**: code-style-standar - **Description**: 前端开发 代码风格标准 汇总 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-09-02 - **Last Updated**: 2022-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Code-Style-Standar 前端开发 代码风格规范汇总 ## 目录介绍 ```tree ├─EFE-spec // 百度 EFE 团队代码风格规范 ├─FEX-styleguide // 百度 FEX 团队代码风格规范 ├─git-commit // Git commit 提交规范 └─Javascirpt // javascript 规范 ├─airbnb // airbnb 代码风格规范 ├─airbnb-cn // airbnb 代码风格规范 中文版本 └─standard // standar 风格 ``` ## 代码风格库 1. [standard](https://github.com/standard/standard) 2. [airbnb](https://github.com/airbnb/javascript) 3. [fex-team/styleguide](https://github.com/fex-team/styleguide) 4. [ecomfe/spec](https://github.com/ecomfe/spec) 5. [stylelint-stylus 规范文档](https://ota-meshi.github.io/stylelint-plugin-stylus/) ## 推荐阅读 1. [W3C](https://www.w3.org/) 2. [前端JavaScript规范文档](https://www.xuanfengge.com/fedoc/) 3. [ Vue 风格指南](https://cn.vuejs.org/v2/style-guide/) 4. [React 风格指南](https://zhuanlan.zhihu.com/p/21483570) 5. [Google 代码风格指南](https://google.github.io/styleguide/jsguide.html) 6. [京东 Auto 实验室风格指南](https://guide.aotu.io/docs/) 7. [StyleLint 官网](https://stylelint.io/) 8. [苹果开发者](https://developer.apple.com/)