添加win下载地址

This commit is contained in:
DelLevin-Home
2026-07-16 05:01:39 +08:00
parent 32e12dc801
commit 5562faedb6
6 changed files with 22 additions and 7 deletions

View File

@@ -35,32 +35,37 @@ mooknote_web/
└── .eslintrc.js # ESLint 配置
```
## 开发环境
### 前置要求
- Node.js 14.x 或更高版本
- npm 6.x 或更高版本
### 安装依赖
```bash
npm install
```
### 启动开发服务器
```bash
npm run serve
```
访问 http://localhost:8080
### 生产构建
```bash
npm run build
```
构建后的文件位于 `dist/` 目录
### 代码检查
```bash
npm run lint
```