Ayanami document
Edit page
Introduction
Basic
Recipes
FAQ
基本概念
深入
常见问题

Adding new Module Asynchronously/Lazily

If you are doing code splitting or otherwise want to add an Module after the app is already running, just dynamic import and use it.

Example