|
il y a 6 heures | |
---|---|---|
.vscode | il y a 6 jours | |
public | il y a 6 jours | |
src | il y a 6 heures | |
.env.development | il y a 3 jours | |
.env.production | il y a 6 heures | |
.gitignore | il y a 6 heures | |
.prettierignore | il y a 6 jours | |
.prettierrc | il y a 6 jours | |
README.md | il y a 3 jours | |
eslint.config.js | il y a 6 heures | |
index.html | il y a 6 heures | |
jsconfig.json | il y a 6 jours | |
package-lock.json | il y a 6 heures | |
package.json | il y a 6 heures | |
rsbuild.config.js | il y a 6 heures |
基于Vue 3 + Vite构建的移动警务应用,为警务人员提供便捷的移动办公解决方案。
<script setup>
语法糖,提高开发效率# 安装依赖
npm install
# 启动开发服务器
npm run dev
# 构建生产版本
npm run build
# 预览生产构建
npm run preview