The documentation you are viewing is for Dapr v1.7 which is an older version of Dapr. For up-to-date documentation, see the latest version.

快速入门

欢迎来到 Dapr 的入门指南

这篇入门指南将引导您完成安装,初始化和开始使用 Dapr 的一系列步骤。 The recommended way to get started with Dapr is to setup a local development environment (also referred to as self-hosted mode) which includes the Dapr CLI, Dapr sidecar binaries, and some default components that can help you start using Dapr quickly.

这篇入门指南将包含如下的步骤:

  1. 安装 Dapr CLI 脚手架工具
  2. 初始化 Dapr 运行环境
  3. 使用 Dapr 的内置 API
  4. 完成一个组件的配置
  5. 探索 Dapr 的快速入门案例
第一步: 安装 Dapr CLI >>