feat: homepage

This commit is contained in:
MoYuan-CN
2025-11-17 19:25:36 +08:00
parent d16f70601b
commit ba9ee04387
31 changed files with 2567 additions and 1020 deletions

View File

@@ -1,4 +1,4 @@
# EasyTierWeb
# NeoUptime Web
This template should help get you started developing with Vue 3 in Vite.
@@ -32,11 +32,17 @@ pnpm install
### Compile and Hot-Reload for Development
```sh
pnpm run dev
pnpm dev
```
### Type-Check, Compile and Minify for Production
```sh
pnpm run build
pnpm build
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```