# vue3-admin **Repository Path**: finel_admin/vue3-admin ## Basic Information - **Project Name**: vue3-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-10 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## vue3 模版 ```bash # 启动服务 npm run dev ``` 浏览器访问 [http://localhost:3000](http://localhost:3000) ## 发布 ```bash # 构建测试环境 npm run build:test # 构建生产环境 npm run build:prod ``` ## 其它 ```bash # 预览发布环境效果 npm run preview # 预览发布环境效果 + 静态资源分析 npm run preview -- --report # 代码格式检查 npm run lint # 代码格式检查并自动修复 npm run lint -- --fix ```