Genesis
Lightweight Vue SSR library
Micro frontend
Regardless of the technology stack, pages can be called by different technologies
Microservices
Split different page modules into multiple services and assemble the complete page from the aggregation service
Remote component
Components that support the use of other services on the server and client
Downgrade rendering
SSR rendering failed, reduced to CSR rendering
SEO
Use vue-meta to manage SEO information
Lightweight
Only provides core SSR rendering function
# Architecture diagram
# Most used link
- Build a Vue SSR project from scratch
- A simple example of microarchitecture
- Vue SSR-based micro-architecture practice in FOLLOWME5.0
- Implementation Scheme of Micro Frontend Based on Vue CSR