git clone xx npm install npm run example:install # 生产环境调试demo npm run example:start # vite开发环境demo, demo中热更新已经关闭 npm run example:start-vite-dev Install npm ivite-plugin-qiankun Repository github.com/tengmaoqing/vite-plugin-qiankun ...
eslint-plugin-promise npm-run-all rollup rollup-plugin-typescript2 typescript vite Install npm i@consolecore/vite-plugin-qiankun Repository github.com/Console-Core/vite-plugin-qiankun Version 1.0.0 Last publish 2 years ago Tryon RunKit
已使用 Vue3.0 来提升应用性能,已使用 webpack5 提升构建性能和实现微服务,未来会探索 vite 等新技术。 插件 插件介绍 @fesjs/plugin-access 提供对页面资源的权限控制能力 @fesjs/plugin-enums 提供统一的枚举存取及丰富的函数来处理枚举 @fesjs/plugin-icon svg 文件自动注册为组件 @fesjs/plugin-jest 基于...
📡面向未来,在满足需求的同时,我们也不会停止对新技术的探索。已使用 Vue3.0 来提升应用性能,已使用 webpack5 提升构建性能和实现微服务,未来会探索 vite 等新技术。 插件 插件介绍 @fesjs/plugin-access提供对页面资源的权限控制能力 @fesjs/plugin-enums提供统一的枚举存取及丰富的函数来处理枚举 ...
vite qiankun 集成插件,支持js,css沙箱. Latest version: 0.0.12, last published: 2 years ago. Start using vite-plugin-legacy-qiankun in your project by running `npm i vite-plugin-legacy-qiankun`. There are no other projects in the npm registry using vite-p
Latest version: 1.0.5, last published: 8 months ago. Start using @quni/vite-qiankun-plugin in your project by running `npm i @quni/vite-qiankun-plugin`. There are no other projects in the npm registry using @quni/vite-qiankun-plugin.
📡面向未来,在满足需求的同时,我们也不会停止对新技术的探索。已使用 Vue3.0 来提升应用性能,已使用 webpack5 提升构建性能和实现微服务,未来会探索 vite 等新技术。 插件 像数1, 2, 3 一样容易 使用pnpm: # 创建模板pnpm create @fesjs/fes-app myapp# 安装依赖pnpm i# 运行pnpm dev ...
📡面向未来,在满足需求的同时,我们也不会停止对新技术的探索。已使用 Vue3.0 来提升应用性能,已使用 webpack5 提升构建性能和实现微服务,未来会探索 vite 等新技术。 插件 像数1, 2, 3 一样容易 使用pnpm: # 创建模板pnpm create @fesjs/fes-app myapp# 安装依赖pnpm i# 运行pnpm dev ...
importtype{QiankunProps}from'@saco/qiankun'typeMyMicroProps=QiankunProps<{token:string},{closeTab:Function},{components:any[]}> ⚡vite-app Recommend using thevite-plugin-qiankunplugin for Vite applications. It should be noted that when the sub application cannot access the resources, please ...
@micro-fe/vite-plugin Inspired byvite-plugin-qiankun. Usage Install plugin for vite config filevite.config.ts: importMicroVitePluginfrom'@micro-fe/vite-plugin';// https://vitejs.dev/config/exportdefaultdefineConfig({plugins:[MicroVitePlugin('subapp1',{useDevMode:true,}),],}); ...