🆕 添加安装教程

This commit is contained in:
MrXujiang 2020-09-05 17:02:20 +08:00 committed by GitHub
parent c04ca4514d
commit c81cf20fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,13 +253,22 @@ FileSaver.saveAs(blob, "hello world.txt");
* 添加typescript支持和单元测试
## Install(安装)
1. 下载代码
```sh
git clone https://github.com/MrXujiang/h5-Dooring.git
```
2. 进入项目目录
```sh
cd ./h5-Dooring
```
3. 安装依赖包
```sh
yarn install
```
## Usage
启动应用
```sh
yarn run start
```