Skip to content

Commit dae477f

Browse files
boybookclaude
andcommitted
添加 README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8d62b05 commit dae477f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EaseCation Java 版测试服务器落地页
2+
3+
## 开发
4+
5+
```bash
6+
npm install
7+
npm run dev
8+
```
9+
10+
## 构建
11+
12+
```bash
13+
npm run build
14+
```
15+
16+
构建产物输出到 `dist/` 目录。
17+
18+
## 部署
19+
20+
推送到 `master` 分支后,GitHub Actions 自动构建并部署到 GitHub Pages。
21+
22+
线上地址:https://easecation.github.io/easecation-je-web/
23+
24+
如需绑定自定义域名,将 `vite.config.js` 中的 `base` 改为 `'/'`

0 commit comments

Comments
 (0)