Skip to content

Commit

Permalink
更新部署说明
Browse files Browse the repository at this point in the history
  • Loading branch information
sumingyd authored Feb 1, 2023
1 parent 436b728 commit 47fd9d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

### 部署

* 首先安装个 [node.js](https://nodejs.org/zh-cn/) 的环境
* 首先**安装** [node.js](https://nodejs.org/zh-cn/) **环境**
* 然后**管理员权限**运行终端,并`cd`到 项目目录中
* 在终端中输入
* `终端`中输入

```bash
# 安装依赖
Expand All @@ -42,7 +42,7 @@ yarn install
# 预览
yarn dev

#构建
# 构建
yarn build
```
> 构建完成后,html项目会在`dist`**目录中**生成,可将 `dist` **文件夹下的文件**上传至服务器,也可使用 `Vercel` 等托管平台一键导入并自动部署
Expand Down

0 comments on commit 47fd9d3

Please sign in to comment.