---
title: 快速上手
# 菜单展示在哪，content在内容区域展示，menu左侧
toc: menu
# 左侧菜单的顺序，越小越靠前
order: 2
---

# 快速上手

## 快速上手相关内容

```jsx
import React from 'react';
export default () => <h1 style={{ color: '#555' }}>Hello World!</h1>;
```
