更新模块联邦指南,添加关于上传dist文件夹的注意事项,明确不需要上传的目录和文件类型

This commit is contained in:
jxxghp
2025-06-03 10:37:12 +08:00
parent 79a3b9de8a
commit cc593634d2
+4 -1
View File
@@ -264,7 +264,10 @@ const props = defineProps({
yarn build yarn build
``` ```
将生成的dist文件夹上传到插件后端目录下(默认为`dist/assets` - 将生成的dist文件夹上传到插件后端目录下(默认为`dist/assets`
** 注意: `__federation_shared_vuetify` 目录以及 `index-``date-``runtime-` 开头的文件不需要上传 **,只需要上传以下命名格式文件:`__federation_*``_plugin-vue_export-helper-*``remoteEntry.js`
- 在插件的后端python代码中,实现以下方法来集成远程组件: - 在插件的后端python代码中,实现以下方法来集成远程组件: