UNPKG

@esmx/core

Version:

A high-performance microfrontend framework supporting Vue, React, Preact, Solid, and Svelte with SSR and Module Federation capabilities.

58 lines (44 loc) β€’ 2.16 kB
<div align="center"> <img src="https://www.esmnext.com/logo.svg?t=2025" width="120" alt="Esmx Logo" /> <h1>@esmx/core</h1> <div> <a href="https://www.npmjs.com/package/@esmx/core"> <img src="https://img.shields.io/npm/v/@esmx/core.svg" alt="npm version" /> </a> <a href="https://github.com/esmnext/esmx/actions/workflows/build.yml"> <img src="https://github.com/esmnext/esmx/actions/workflows/build.yml/badge.svg" alt="Build" /> </a> <a href="https://www.esmnext.com/coverage/"> <img src="https://img.shields.io/badge/coverage-live%20report-brightgreen" alt="Coverage Report" /> </a> <a href="https://nodejs.org/"> <img src="https://img.shields.io/node/v/@esmx/core.svg" alt="node version" /> </a> <a href="https://bundlephobia.com/package/@esmx/core"> <img src="https://img.shields.io/bundlephobia/minzip/@esmx/core" alt="size" /> </a> </div> <p>A high-performance microfrontend framework supporting Vue, React, Preact, Solid, and Svelte with SSR and Module Federation capabilities</p> <p> English | <a href="https://github.com/esmnext/esmx/blob/master/packages/core/README.zh-CN.md">δΈ­ζ–‡</a> </p> </div> ## πŸš€ Features - **Native Microfrontend** - Based on ESM + ImportMap for native module loading with zero runtime overhead - **Dependency Management** - Centralized dependency management with content-hash-based strong caching strategy - **Application Isolation** - ESM native module isolation ensuring runtime stability - **SSR Support** - Flexible server-side rendering strategy supporting any frontend framework - **Developer Experience** - Complete TypeScript support with native Module Linking capabilities ## πŸ“¦ Installation ```bash npm install @esmx/core ``` ## πŸš€ Quick Start ```bash npm install @esmx/core ``` For detailed usage examples and configuration options, please visit the [official documentation](https://www.esmnext.com). ## πŸ“š Documentation Visit the [official documentation](https://www.esmnext.com) for detailed usage guides and API reference. ## πŸ“„ License MIT Β© [Esmx Team](https://github.com/esmnext/esmx)