Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2461454

Browse files
docs: 文档更新
1 parent 6754982 commit 2461454

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
## 运行项目
6363

64-
注意:要求 Node 版本 16+,可使用 [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) 进行本地 Node 版本管理,同时建议使用 [pnpm](https://pnpm.io/zh/installation) 包管理器。
64+
注意:要求 Node 版本 18+,可使用 [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) 进行本地 Node 版本管理,同时建议使用 [pnpm](https://pnpm.io/zh/installation) 包管理器。
6565

6666
```shell
6767
# 克隆项目

‎package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"url": "https://github.com/yulimchen/vue3-h5-template/issues"
1212
},
1313
"engines": {
14-
"node": ">= 16"
14+
"node": ">= 18",
15+
"pnpm": ">= 9"
1516
},
1617
"type": "module",
1718
"scripts": {

‎src/views/demo/index.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { reactive } from "vue";
33
44
const contentList = reactive([
5-
"✔ ⚡ Vue3 + Vite4",
5+
"✔ ⚡ Vue3 + Vite5",
66
"✔ 🍕 TypeScript",
77
"✔ ✨ Vant4 组件库",
88
"✔ 🌀 Tailwindcss 原子类框架",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /