mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-09-13 14:49:50 +08:00
docs: 文档格式修改
This commit is contained in:
parent
9ef7636371
commit
235386120f
@ -1,6 +1,6 @@
|
|||||||
# Eslint + Pettier 统一开发规范
|
# Eslint + Pettier 统一开发规范
|
||||||
|
|
||||||
VScode (版本 1.47.3)安装 `eslint` `prettier` `vetur` 插件 `.vue` 文件使用 vetur 进行格式化,其他使用`prettier`,后面会专门写个如何使用配合使用这三个玩意儿
|
VScode 安装 `eslint` `prettier` `vetur` 插件 `.vue` 文件使用 vue 插件进行格式化,其他使用`prettier`
|
||||||
|
|
||||||
在文件 `.prettierrc` 里写 属于你的 pettier 规则
|
在文件 `.prettierrc` 里写 属于你的 pettier 规则
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# 启动项目
|
# 启动项目
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
# 拉取项目
|
# 拉取项目
|
||||||
git clone https://github.com/sunniejs/vue-h5-template
|
git clone https://github.com/sunniejs/vue-h5-template
|
||||||
|
|
||||||
@ -13,5 +12,4 @@ yarn install
|
|||||||
|
|
||||||
# 启动项目
|
# 启动项目
|
||||||
yarn serve
|
yarn serve
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -5,20 +5,12 @@
|
|||||||
# 拉取项目
|
# 拉取项目
|
||||||
git clone https://github.com/sunniejs/vue-h5-template
|
git clone https://github.com/sunniejs/vue-h5-template
|
||||||
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
yarn install
|
|
||||||
|
|
||||||
# 启动项目
|
|
||||||
yarn dev
|
|
||||||
=======
|
|
||||||
// 安装依赖
|
|
||||||
- pnpm install
|
- pnpm install
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
||||||
// 启动项目
|
# 启动项目
|
||||||
- pnpm dev
|
- pnpm dev
|
||||||
- yarn dev
|
- yarn dev
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user