https://github.com/zhaoqize/fe-specification
前端开发规范:包括代码规范,如何解耦,如何重构等的指导
https://github.com/zhaoqize/fe-specification
fe fe-specification specification web
Last synced: 6 months ago
JSON representation
前端开发规范:包括代码规范,如何解耦,如何重构等的指导
- Host: GitHub
- URL: https://github.com/zhaoqize/fe-specification
- Owner: zhaoqize
- License: mit
- Created: 2018-04-12T02:43:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T13:04:42.000Z (over 7 years ago)
- Last Synced: 2025-02-15T05:15:25.304Z (8 months ago)
- Topics: fe, fe-specification, specification, web
- Homepage: https://zhaoqize.github.io/FE-Specification/
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 前端开发规范
- [前端总览](//github.com/zhaoqize/FE-Specification/blob/master/Necessary.md)
- [HTML编写规范](//github.com/zhaoqize/FE-Specification/blob/master/HTML.md)
- [CSS编写规范](//github.com/zhaoqize/FE-Specification/blob/master/CSS.md)
- [JavaScript编写规范](//github.com/zhaoqize/FE-Specification/blob/master/JavaScript.md)
- [代码解耦](//github.com/zhaoqize/FE-Specification/blob/master/Decouple.md)
- [代码重构](//github.com/zhaoqize/FE-Specification/blob/master/Refactor.md)