Debugging and Deployment#
This chapter will demonstrate how to debug multiple applications together and deploy applications.
Project Debugging#
The debugging between micro applications and how to proxy some online micro applications to local code are implemented using the Chrome dev tool capabilities of Module Federation
. For details, see Module Federation.
Application Deployment#
After we have completed the development of application features and want to deploy them to the production environment, the only thing we need to determine is the access address of the application, and write the address into the project's environment configuration file .env
.
# .env # The address here needs to be filled in according to the actual deployment address of the project. Here we take the wis component library project as an example. BASE_URL=https://static.wis.design