视频预览

gitboyzcf 5900762e21 master: Added 添加 5 mēneši atpakaļ
public 5900762e21 master: Added 添加 5 mēneši atpakaļ
src 5900762e21 master: Added 添加 5 mēneši atpakaļ
.env 5900762e21 master: Added 添加 5 mēneši atpakaļ
.env.development 5900762e21 master: Added 添加 5 mēneši atpakaļ
.eslintrc-auto-import.json 5900762e21 master: Added 添加 5 mēneši atpakaļ
.eslintrc.cjs 5900762e21 master: Added 添加 5 mēneši atpakaļ
.gitignore 5900762e21 master: Added 添加 5 mēneši atpakaļ
.prettierrc.json 5900762e21 master: Added 添加 5 mēneši atpakaļ
README.md 5900762e21 master: Added 添加 5 mēneši atpakaļ
index.html 5900762e21 master: Added 添加 5 mēneši atpakaļ
package.json 5900762e21 master: Added 添加 5 mēneši atpakaļ
pnpm-lock.yaml 5900762e21 master: Added 添加 5 mēneši atpakaļ
vite.config.js 5900762e21 master: Added 添加 5 mēneši atpakaļ

README.md

monitoring-big-screen

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint

目录介绍

  • PanoramicSituation 全景态势
  • Glance 一点即视
  • SystemSettings 系统设置
  • TagManagement 标签管理
  • RemotePlayback 远程回放
  • AdvancedLinkage 高级联动

特性

  • 🔥 使用 新的 <script setup> 语法

  • 📥 API 自动加载 - 直接使用 Composition API 无需引入

  • 🌍 API 采用模块化自动导入方式根据demo.js文件设置接口,以API_xxx_method的方式命名,在请求时无需导入 直接使用useRequest()函数返回参数以解构的方式获取,拿到即为写入的接口