Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phodal/aofe.code
《前端架构:从入门到微前端》源码,code for Architecture of Frontend
https://github.com/phodal/aofe.code
architecture book frontend microfrontends microservices
Last synced: 3 days ago
JSON representation
《前端架构:从入门到微前端》源码,code for Architecture of Frontend
- Host: GitHub
- URL: https://github.com/phodal/aofe.code
- Owner: phodal
- License: other
- Created: 2018-08-29T04:56:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T03:44:23.000Z (over 4 years ago)
- Last Synced: 2023-11-07T16:59:38.995Z (about 1 year ago)
- Topics: architecture, book, frontend, microfrontends, microservices
- Language: JavaScript
- Homepage:
- Size: 3.68 MB
- Stars: 371
- Watchers: 18
- Forks: 111
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 《前端架构:从入门到微前端》源码
![前端架构:从入门到微前端](images/9787121365348.jpg)
购买链接:
- 京东:《[前端架构:从入门到微前端](https://item.jd.com/12621088.html)》
## 目录
```
├── chapter04
│ ├── angular-examples
│ ├── docker-react
│ ├── gulp-examples
│ ├── gulp-grunt-webpack-compare
│ └── react-webpack-demo
├── chapter05
│ ├── ajax
│ ├── binding
│ ├── binding-simple
│ ├── framework
│ ├── js-template
│ ├── router
│ ├── template-engine
│ └── vanilla-binding
├── chapter06
│ ├── basic-mvc
│ ├── basic-mvc-twb
│ └── button-demo
├── chapter07
│ ├── designsystem
│ ├── flex-layout
│ ├── grid-layout
│ ├── styleguide
│ ├── vue-designsystem
│ └── wc-angular-demo
├── chapter08
│ ├── contract-test
│ ├── graphql-demo
│ ├── jest-contract-test
│ ├── json-mock-server
│ ├── moco-server
│ └── swagger-demo
├── chapter09
│ └── README.md
└── chapter10
├── lazyload-demo
├── micro-components
├── microapps
├── mooa-examples
├── nginx-microfrontends
├── react-micro-components
├── router-dispatch
├── single-spa-sample
├── stencil-demo
├── vue-micro-components
└── wc-demo
```License
---[![Phodal's Article](http://brand.phodal.com/shields/article-small.svg)](https://www.phodal.com/) [![Phodal's Book](http://brand.phodal.com/shields/book-small.svg)](https://www.phodal.com/)
© 2018~2019 A [Phodal Huang](https://www.phodal.com)'s [Book](http://github.com/phodal/books). This code is distributed under the MIT license. See `LICENSE` in this directory.