docs: 文档格式修改

This commit is contained in:
fonghehe 2025-08-27 15:49:15 +08:00
parent 9ef7636371
commit 235386120f
3 changed files with 2 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Eslint + Pettier 统一开发规范
VScode (版本 1.47.3安装 `eslint` `prettier` `vetur` 插件 `.vue` 文件使用 vetur 进行格式化,其他使用`prettier`,后面会专门写个如何使用配合使用这三个玩意儿
VScode 安装 `eslint` `prettier` `vetur` 插件 `.vue` 文件使用 vue 插件进行格式化,其他使用`prettier`
在文件 `.prettierrc` 里写 属于你的 pettier 规则

View File

@ -1,7 +1,6 @@
# 启动项目
```bash
# 拉取项目
git clone https://github.com/sunniejs/vue-h5-template
@ -13,5 +12,4 @@ yarn install
# 启动项目
yarn serve
```

View File

@ -5,20 +5,12 @@
# 拉取项目
git clone https://github.com/sunniejs/vue-h5-template
<<<<<<< Updated upstream
# 安装依赖
yarn install
# 启动项目
yarn dev
=======
// 安装依赖
- pnpm install
- yarn install
// 启动项目
# 启动项目
- pnpm dev
- yarn dev
>>>>>>> Stashed changes
```