mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-08-05 19:45:11 +08:00
10 lines
147 B
Markdown
10 lines
147 B
Markdown
# HubProxy Web
|
|
|
|
Vue 3 + Vite + Tailwind 前端。
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev # 代理到 :5000
|
|
npm run build # 输出到 ../src/dist
|
|
```
|