Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
docs: 修改快速上手文档,加入ts模板创建命令 (#1801)
Browse files Browse the repository at this point in the history
Co-authored-by: watsonhaw <[email protected]>
  • Loading branch information
watsonhaw5566 and watsonhaw committed Dec 20, 2021
1 parent dd32a4c commit 39a002c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ nav:
## 创建项目

```bash
// JavaScript 模板
$ npx create-remax-app my-app
$ cd my-app && npm install
或者
// TypeScript 模板
$ npx create-remax-app my-app -t
```

## 运行项目
Expand Down

0 comments on commit 39a002c

Please sign in to comment.