Aucune description

yumeng 90f6d29471 修改 il y a 2 jours
scripts 0bcedc5d7a 修改 il y a 2 jours
src 90f6d29471 修改 il y a 2 jours
.env.development 6fbc077795 修改 il y a 2 jours
.env.production 6fbc077795 修改 il y a 2 jours
.env.test 5ee45f1f08 init: video script admin frontend il y a 3 jours
.gitignore 5ee45f1f08 init: video script admin frontend il y a 3 jours
README.md 5ee45f1f08 init: video script admin frontend il y a 3 jours
index.html 5ee45f1f08 init: video script admin frontend il y a 3 jours
package-lock.json 5ee45f1f08 init: video script admin frontend il y a 3 jours
package.json 6fbc077795 修改 il y a 2 jours
vite.config.js 5ee45f1f08 init: video script admin frontend il y a 3 jours

README.md

video-script-admin-frontend

Vue 3 + Vite + Element Plus 管理台,包含:

  • 登录
  • 仪表盘
  • 用户管理
  • 角色管理
  • 部门管理
  • 菜单管理
  • 视频脚本任务管理

启动

npm install
npm run dev

环境

  • npm run dev:开发环境,接口默认代理到 http://localhost:8081
  • npm run dev:test:测试环境联调,接口默认代理到 http://test-api.example.com
  • npm run build:生产构建
  • npm run build:test:测试环境构建

可通过根目录下的 .env.development.env.test.env.production 分别调整端口、代理地址和接口前缀。