Skip to content

Commit

Permalink
doc: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukasa521 committed May 17, 2023
1 parent cdb1fec commit fdeb0ae
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,47 +28,45 @@
### 例子 | Samples

例1:生成10以内的加减法
![](docs/images/Sample01.png)
![](images/Sample01.png)

例2:2位数乘以2位数的竖式题
![](docs/images/Sample02.png)
![](images/Sample02.png)

例3:2位数除以1位数并且有余数
![](docs/images/Sample03.png)
![](images/Sample03.png)

例4:不带括号的混合运算
![](docs/images/Sample04.png)
![](images/Sample04.png)

例5:带括号的混合运算
![](docs/images/Sample05.png)
![](images/Sample05.png)

## 本地运行 | Getting Started
```bash
cd web
```

安装依赖

```bash
# NPM
npm install

# Yarn(推荐)
yarn
```sh
yarn # 推荐Yarn安装
```

启动

```bash
# NPM
npm run dev

# Yarn
```sh
yarn dev
```

启动成功后访问 `http://127.0.0.1:1101` 即可。

打包

```sh
yarn build

yarn build:github # 为了部署github pages
```

> 打包完成后,为了github page部署,前端静态资源会复制一份到`docs`文件夹
## 技术栈 | Tech Stack
- Vue 3
- pinia
Expand Down

0 comments on commit fdeb0ae

Please sign in to comment.