28 lines
564 B
Markdown
28 lines
564 B
Markdown
# 干净独立工作目录
|
|
|
|
这是从原目录整理出的独立副本,后续开发、启动和构建请在本目录执行。
|
|
|
|
## 启动
|
|
|
|
```bat
|
|
start-local.bat
|
|
```
|
|
|
|
或:
|
|
|
|
```bat
|
|
npm.cmd run start:local
|
|
```
|
|
|
|
## 自检
|
|
|
|
```bat
|
|
npm.cmd run start:check
|
|
```
|
|
|
|
## 说明
|
|
|
|
- 默认开发端口已改为 `3354`,避免和原目录的 `3344` 服务冲突。
|
|
- 已排除旧目录中的构建产物、日志、缓存、用户数据和 Git 信息。
|
|
- `node_modules` 是实拷贝,不是软链接;同时排除了旧 Electron 目录中误混入的巨大运行数据。
|