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.
Full Installation (Recommended) 
bash
npm i vue @motajs/clientbash
pnpm add vue @motajs/clientThis 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/renderbash
pnpm add @motajs/common @motajs/renderCurrently available sub-packages include:
@motajs/common@motajs/render@motajs/components@motajs/system-ui