For the complete documentation index, see llms.txt. This page is also available as Markdown.

Machine setup

Before you begin using the Aurelia CLI, ensure your machine meets the following prerequisites:

  • Node.js: Install the latest Long-Term Support (LTS) version of Node.js.

  • Git: Install a Git client for version control.

After installing the prerequisites, install the Aurelia CLI globally using npm:

npm install -g aurelia-cli

On some systems, you may need to use sudo to install global npm packages: sudo npm install -g aurelia-cli

Last updated

Was this helpful?