https://github.com/onface/workflow
前端工程指导
https://github.com/onface/workflow
Last synced: 3 months ago
JSON representation
前端工程指导
- Host: GitHub
- URL: https://github.com/onface/workflow
- Owner: onface
- Created: 2017-11-20T02:41:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T08:59:27.000Z (over 7 years ago)
- Last Synced: 2024-12-26T06:42:05.767Z (5 months ago)
- Homepage:
- Size: 22.5 KB
- Stars: 27
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)~