@@ -1,5 +1,25 @@
|
||||
# Vue 3 + Vite
|
||||
# PDF 预览系统 - 前端 (Frontend)
|
||||
|
||||
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
||||
这是基于 Vue 3 和 Vite 构建的现代化前端界面。
|
||||
|
||||
Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
|
||||
## 🔐 管理员入口
|
||||
|
||||
如果你想进入管理后台:
|
||||
- **地址**: 访问网站首页并在 URL 后添加 `/admin` (例如: `http://localhost:5173/admin`)
|
||||
- **账号**: `admin`
|
||||
- **密码**: `123456`
|
||||
|
||||
## 🛠 常用命令
|
||||
|
||||
```bash
|
||||
# 安装依赖
|
||||
npm install
|
||||
|
||||
# 启动开发服务器
|
||||
npm run dev
|
||||
|
||||
# 构建生产版本
|
||||
npm run build
|
||||
```
|
||||
|
||||
有关完整项目说明,请参阅根目录下的 [README.md](../README.md)。
|
||||
|
||||
Reference in New Issue
Block a user