@micro-web/vite-plugin
v0.3.0
Published
@micro-web/app 微前端方案 Vite 插件
Downloads
11
Maintainers
Readme
@micro-web/vite-plugin
@micro-web/app
微应用解决方案 Vite 插件
安装
pnpm i @micro-web/vite-plugin
特性
- 创建极小的入口文件
main.js
,配合hash
和主应用时间戳缓存处理 - 将
CSS
动态插入到<MicroApp />
创建的节点上 - 预设微应用所需的
Vite
配置 - 修正图片资源使用绝对地址
使用
import { microWebPlugin } from '@micro-web/vite-plugin';
export default defineConfig({
plugins: [react(), microWebPlugin()],
});