2026-04-28 10:16:46 +08:00

18 lines
568 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 快速上手
## Node 版本要求
推荐 Node.js 20.10.0+ 以上的版本,你可以使用 [nvm](https://github.com/nvm-sh/nvm) 或 [nvm-windows](https://github.com/coreybutler/nvm-windows) 在同一台电脑上管理多个 Node 版本。
## 包管理器
推荐使用 pnpm>= 9.12.0),本项目仅保证在 pnpm 下正确运行。
## 启动项目
项目中包含 vue2 和 vue3 两套模版
如你使用的是 vue2-template请参考[vue2 项目启动](./vue2/start.md)
如你使用的是 vue3-template请参考[vue3 项目启动](./vue3/start.md)