Keine Beschreibung

wuyi 58ad8c621b 更新生产环境配置,设置VITE_API_URL;新增部署脚本以自动化构建和部署流程。 vor 3 Tagen
public 9c625b518a init vor 1 Woche
src 1da835f6ae 简化用户角色选项逻辑,确保只有管理员可以设置和修改角色;优化用户表单,移除不必要的角色修改提示;调整用户列表和表单组件的代码格式,提高可读性。 vor 4 Tagen
.editorconfig 9c625b518a init vor 1 Woche
.env 9c625b518a init vor 1 Woche
.env.production 58ad8c621b 更新生产环境配置,设置VITE_API_URL;新增部署脚本以自动化构建和部署流程。 vor 3 Tagen
.gitattributes 9c625b518a init vor 1 Woche
.gitignore d5e3611880 增加角色判断 vor 5 Tagen
.prettierrc.json 9c625b518a init vor 1 Woche
README.md 9c625b518a init vor 1 Woche
deploy.sh 58ad8c621b 更新生产环境配置,设置VITE_API_URL;新增部署脚本以自动化构建和部署流程。 vor 3 Tagen
eslint.config.js 9c625b518a init vor 1 Woche
index.html 9c625b518a init vor 1 Woche
jsconfig.json 9c625b518a init vor 1 Woche
package-lock.json 9c625b518a init vor 1 Woche
package.json 9c625b518a init vor 1 Woche
vite.config.js 9c625b518a init vor 1 Woche
yarn.lock 9c625b518a init vor 1 Woche

README.md

robin-admin

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

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint