Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Esmx Logo

@esmx/core

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

English | 中文

🚀 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

# npm
npm install @esmx/core

# pnpm
pnpm add @esmx/core

# yarn
yarn add @esmx/core

🚀 Quick Start

See Quick Start guide: https://esmx.dev/guide/start/getting-started.html

📚 Documentation

Visit the official documentation for detailed usage guides and API reference.

📄 License

MIT © Esmx Team