docs: 更新文档中某些代码块的语言错误

This commit is contained in:
Libon 2024-09-29 14:29:52 +08:00 committed by GitHub
parent 1ac608968a
commit a667ff547d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 14 deletions

View File

@ -2,18 +2,18 @@
欢迎有意愿参与到开源的朋友,加入到本文档的编写,书写文档不仅是教会别人知识,更是用自己的表达方式概括自己所学习知识的一种方式,这对个人来说是不可多得的成长机会。
```js
```bash
// 拉取项目
# 拉取项目
git clone https://github.com/sunniejs/vue-h5-template
// 切换分支
# 切换分支
git checkout -b docs origin/docs
// 安装依赖
# 安装依赖
yarn install
// 启动项目
# 启动项目
yarn start
```

View File

@ -1,17 +1,17 @@
# 启动项目
```js
```bash
// 拉取项目
# 拉取项目
git clone https://github.com/sunniejs/vue-h5-template
// 切换分支
# 切换分支
git checkout -b vue2-h5-template origin/vue2-h5-template
// 安装依赖
# 安装依赖
yarn install
// 启动项目
# 启动项目
yarn serve
```

View File

@ -1,14 +1,14 @@
# 启动项目
```js
```bash
// 拉取项目
# 拉取项目
git clone https://github.com/sunniejs/vue-h5-template
// 安装依赖
# 安装依赖
yarn install
// 启动项目
# 启动项目
yarn dev
```