Package Exports
- @fox-js/micro-app
- @fox-js/micro-app/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fox-js/micro-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Fox micro-app
Fox 微前端框架
安装
正式版
npm install @fox-js/micro-app测试版
npm install @fox-js/micro-app@beta使用
import { MicroAppRouter } from '@fox-js/micro-app'编译
开发版本
npm run dev正式版本
npm run prod发布
测试版本
npm run publish:beta正式版本(慎重)
npm run publish:latest