# 快速开始

## 前言

AliOS Things 致力于在多种开发环境中支持 IoT 设备端极简开发，用户可根据需求选择自己偏好的开发方式。AliOS Things 以应用为导向，所以在以后章节中随处可见如 `app@board` 的参数形式，代表编译构建的目标是将某种**应用**运行在某种**硬件**上。

在快速开始系列文档中，将介绍如何通过不同开发环境，将 AliOS Things 的 [helloworld](https://github.com/alibaba/AliOS-Things/tree/master/app/example/helloworld) 示例运行在 [Developer Kit 开发板](https://aliosthings.gitbook.io/docs/documentation/hardware/boards/developerkit)上。其他应用和硬件大可以此类推。

{% content-ref url="quickstart/command-line" %}
[command-line](https://aliosthings.gitbook.io/docs/tutorial/quickstart/command-line)
{% endcontent-ref %}

{% content-ref url="quickstart/start-from-vistual-studio-code" %}
[start-from-vistual-studio-code](https://aliosthings.gitbook.io/docs/tutorial/quickstart/start-from-vistual-studio-code)
{% endcontent-ref %}

{% content-ref url="quickstart/start-from-keil-mdk" %}
[start-from-keil-mdk](https://aliosthings.gitbook.io/docs/tutorial/quickstart/start-from-keil-mdk)
{% endcontent-ref %}

{% content-ref url="quickstart/start-from-iar" %}
[start-from-iar](https://aliosthings.gitbook.io/docs/tutorial/quickstart/start-from-iar)
{% endcontent-ref %}

###
