mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-17 14:12:49 +00:00
🆕 添加安装教程
This commit is contained in:
parent
c04ca4514d
commit
c81cf20fd4
11
readme.md
11
readme.md
@ -253,13 +253,22 @@ FileSaver.saveAs(blob, "hello world.txt");
|
|||||||
* 添加typescript支持和单元测试
|
* 添加typescript支持和单元测试
|
||||||
|
|
||||||
## Install(安装)
|
## Install(安装)
|
||||||
|
1. 下载代码
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/MrXujiang/h5-Dooring.git
|
||||||
|
```
|
||||||
|
2. 进入项目目录
|
||||||
|
```sh
|
||||||
|
cd ./h5-Dooring
|
||||||
|
```
|
||||||
|
|
||||||
|
3. 安装依赖包
|
||||||
```sh
|
```sh
|
||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
启动应用
|
||||||
```sh
|
```sh
|
||||||
yarn run start
|
yarn run start
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user