快速入门

欢迎来到 Dapr 的入门指南

Dapr Concepts

If you are looking for an introductory overview of Dapr and learn more about basic Dapr terminology, it is recommended to visit the concepts section.

这篇入门指南将引导您完成安装,初始化和开始使用 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 >>