基于Vue 3 + Vite构建的移动警务应用,为警务人员提供便捷的移动办公解决方案。
<script setup>
# 安装依赖 npm install # 启动开发服务器 npm run dev # 构建生产版本 npm run build # 预览生产构建 npm run preview