Skip to content

Commit

Permalink
doc: 优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
fikyair committed May 16, 2021
1 parent f9e9f88 commit 4c9cb3c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# babel-plugin

## 运行
#### 🍄 运行

`yarn test` or
- `yarn test`

`npm run test`
- `npm run test`

## 查看代码覆盖率
#### 🌵 查看代码覆盖率

`yarn test-cov` or
- `yarn test-cov`

`nom run test-cov`
- `nom run test-cov`

### 插件一
##### 🌴 插件一

1. 替换`url`中的环境变量

Expand All @@ -28,7 +28,7 @@ const a = `https://edu-activity.cn/activity?fe_env=e`;
const a = `https://edu-activity.cn/activity`;
```

### 插件二
##### 🌲 插件二

2. 为代码加入异常捕获

Expand Down

0 comments on commit 4c9cb3c

Please sign in to comment.