Ir para o conteúdo

Installation

Bash
pip install apogee-frontend
apogee-fe --help

The PyPI package ships both the Python module and the apogee-fe console script.

If you're working inside a generated Apogee project, the same generator is available via:

Bash
apogee fe:new <name> [options]

Node prerequisites

Generated SPAs use Node.js 20+ and either npm or pnpm. The CLI does not install Node for you — make sure it is on PATH.