JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q52864F

Fox微前端框架

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