Files
doc/README.md
2026-04-12 11:58:16 +08:00

24 lines
351 B
Markdown
Raw Permalink 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.
# Histb Doc
```bash
# 移除旧版
apt-get remove -y nodejs
# 添加 Node 20 源并安装
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
# 验证
node -v # 应显示 v20.x.x
npm install
npm run build
npm run serve
```
```
https://netlify.com/
```
### 注意2026年升级到node20模板升级到3.9.2