mirror of
https://github.com/EasyTierMC/ETMC.Web.git
synced 2025-12-09 05:45:49 +08:00
feat: homepage
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user