Welcome to muAAam Documentation
Comprehensive guides and references to help you master muAAam's powerful tools. Everything you need is right here, from beginner tutorials to advanced concepts.
🚀 Getting Started
Setting Up Your Environment
npm create -w muAAam
# or
pnpm -i @muaaam/cli
After installing, run muAAam init
to create a new project.
Create Your First App
1. Initialize Project
muAAam new my-app
2. Start Developing
cd my-app
muAAam dev
Open http://localhost:3000 in your browser to see the default starter template.
🔧 API Reference
core.muaaam
init()
Initializes the muAAam runtime.
build()
Compile and package the application.
Configuration
// muAAam.config.json
{
"framework": "react",
"target": "cdn",
"optimize": {
"treeShaking": true,
"minify": true
}
}
Configuration file for controlling build behavior and framework settings.
🧠Advanced Concepts
Under the Hood
Dive into the core architecture and implementation details. Learn how muAAam's engine powers applications with near-native performance through WebAssembly integration.
Watch for updates in v2.0