UNPKG

@esmx/rspack-vue

Version:

A high-performance Vue integration for Esmx microfrontend framework, providing Vue 2/3 support with SSR and Module Federation capabilities.

51 lines (40 loc) β€’ 2.05 kB
<div align="center"> <img src="https://www.esmnext.com/logo.svg?t=2025" width="120" alt="Esmx Logo" /> <h1>@esmx/rspack-vue</h1> <div> <a href="https://www.npmjs.com/package/@esmx/rspack-vue"> <img src="https://img.shields.io/npm/v/@esmx/rspack-vue.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/rspack-vue.svg" alt="node version" /> </a> <a href="https://bundlephobia.com/package/@esmx/rspack-vue"> <img src="https://img.shields.io/bundlephobia/minzip/@esmx/rspack-vue" alt="size" /> </a> </div> <p>A high-performance Vue integration for Esmx microfrontend framework, providing Vue 2/3 support with SSR and Module Federation capabilities</p> <p> English | <a href="https://github.com/esmnext/esmx/blob/master/packages/rspack-vue/README.zh-CN.md">δΈ­ζ–‡</a> </p> </div> ## πŸš€ Features - **Universal Vue Support** - Supports both Vue 2.7+ and Vue 3 applications - **High-Performance Build** - Ultra-fast building based on Rspack with Vue optimization - **Module Federation** - Built-in module federation capabilities for microfrontend architecture - **SSR Support** - Complete server-side rendering support for Vue applications - **Hot Module Replacement** - Fast development experience with Vue component hot reloading - **TypeScript Ready** - Full TypeScript support with excellent developer experience ## πŸ“¦ Installation ```bash npm install @esmx/rspack-vue -D ``` ## πŸ“š 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)