Skip to content

Motajs Engine

This document is translated by DeepSeek.

Motajs Engine is divided into multiple modules, allowing you to selectively install specific modules based on your project needs.

bash
npm i vue @motajs/client
bash
pnpm add vue @motajs/client

This installation method includes all sub-packages with built-in tree-shaking support, requiring no additional configuration—ready to use out of the box.

Selective Installation

If you prefer to install only specific packages manually:

bash
npm i @motajs/common @motajs/render
bash
pnpm add @motajs/common @motajs/render

Currently available sub-packages include:

  • @motajs/common
  • @motajs/render
  • @motajs/components
  • @motajs/system-ui