← 全部工具

angular-cli

热度 85 更新于 开发与构建

CLI tool for Angular

homebrewauto-collected

安装

Homebrew
brew install angular-cli

通过 Homebrew 安装。

BEFORE UPDATING THIS FILE, READ THIS.

This file is automatically generated during release. It is important for you to not update README directly.

  • If you need to change the content, update scripts/templates/readme.ejs
  • If you need to add/remove a package or a link, update the .monorepo.json file instead.

Any changes to README.md directly will result in a failure on CI. --

<h1 style="text-align: center"Angular CLI - The CLI tool for Angular.</h1

<p style="text-align: center" <br <img src="/docs/images/angular-cli-logo.png" alt="Angular CLI logo" width="100px" height="108px"/ <br<br <emThe Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, <brand maintain Angular applications directly from a command shell.</em <br </p

<p style="text-align: center" <a href="https://angular.dev/tools/cli"<strongangular.dev/tools/cli</strong</a <br </p

<p style="text-align: center" <a href="CONTRIBUTING.md"Contributing Guidelines</a · <a href="https://github.com/angular/angular-cli/issues"Submit an Issue</a · <a href="https://blog.angular.dev"Blog</a <br <br </p

<hr

Documentation

Get started with Angular CLI, learn the fundamentals and explore advanced topics on our documentation website.

  • [Getting started][quickstart]
  • [CLI][cli]
  • [Workspace and project file structure][filestructure]
  • [Workspace configuration][workspaceconfig]
  • [Schematics][schematics]

Development Setup

Prerequisites

  • Install [Node.js] which includes [Node Package Manager][npm]

Setting Up a Project

Install the Angular CLI globally:

npm install -g @angular/cli