Files
Chookoo.netPro/tools/PeiZhi.md
T
2026-05-30 14:11:13 +08:00

32 lines
933 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.
# Chookoo 产品网站 - 新电脑配置清单
## 最小运行清单
| 项目 | 说明 |
|---|---|
| **浏览器** | Chrome / Edge / Firefox 任意一个 |
| **本地服务器** | VS Code + Live Server 插件(右键 `index.html` → Open with Live Server |
## 如果还需要编辑 Excel 模板
| 项目 | 说明 |
|---|---|
| **Python 3.8+** | 运行 `tools/generate_template.py` |
| **openpyxl** | `pip install openpyxl` |
## 如果需要 Git 版本管理
| 项目 | 说明 |
|---|---|
| **Git** | `git init` 已完成,直接用即可 |
## 快速开始步骤
1. 安装 [VS Code](https://code.visualstudio.com/)
2. 安装扩展 **Live Server**Extensions 搜索 "Live Server"
3. 用 VS Code 打开 `chookoo.net` 文件夹
4. 右键 `index.html`**Open with Live Server**
5. 浏览器自动打开 `http://127.0.0.1:5501/index.html`
无需 Node.js、无需 npm、无需数据库、无需任何编译构建。