Skip to main content

Frontend SDK Installation

Installing and configuring the Frontend SDK.

Prerequisites

  • Node.js 18+ or 20+
  • Vue 3 (for Vue integration)
  • Vite or Webpack (for Module Federation)

Installation

npm install @easy/appserver-frontend-sdk

Or with pnpm:

pnpm add @easy/appserver-frontend-sdk

Project Setup

TODO: Document recommended project structure for microfrontend

Build Configuration

TODO: Document Vite/Webpack config for Module Federation

Vite with Module Federation

TODO: Add vite.config.ts example

Webpack with Module Federation

TODO: Add webpack.config.js example

Next Steps