An open API service indexing awesome lists of open source software.

https://github.com/onface/workflow

前端工程指导
https://github.com/onface/workflow

Last synced: 3 months ago
JSON representation

前端工程指导

Awesome Lists containing this project

README

        

# 前端工程指导

本书会展示前端工程从0到100的过程,并提供实现指导。各个团队负责人根据自己团队情况进行实现。并让项目开发人员阅读本项目,便于理解并遵守工程规范。

> 如果你要实现适合自己团队的前端工程,请务必详细阅读每一个章节,和每一个章节中链接到的其他页面。

## 章节

1. [文件目录](./chapter/directory.md)
2. [构建系统](./chapter/build.md)
3. [技术选型](./chapter/technology-stack.md)
4. ~[数据模拟](./chapter/mock.md)~
5. [流程规范](./chapter/flow-spec.md)
6. ~[通用代码](./chapter/base-code.md)~
7. ~[组件生态](./chapter/components.md)~