Skip to content

zvc888/question-admin-console

Repository files navigation

QUESTION-ADMIN 刷题管理后台web端

gitee地址

github地址

  1. JAVA接口服务
  2. 后端管理页面
  3. 小程序

本项目为前后端分离的Web应用后端程序,采用技术框架如下:

vue-admin-template

ueditor

开发环境&运行

一、开发环境

  1. nodejs
  2. vue

二、初始化

  1. 修改config/dev.env.js 后台服务ip和端口
  2. src/views/operation/api里面的swagger接口地址
  3. static\admin\components\ueditor\ueditor.config.js中后台服务和端口
  4. tongji.baidu.com申请统计,并将代码拷贝到index.html页面

三、启动

# Install dependencies
npm install

# Serve with hot reload at localhost:9528
npm run dev

# Build for production with minification
npm run build

# Build for production and view the bundle analyzer report
npm run build --report

用nginx做代理需要在location里面加上;解决路由重定向问题 try_files $uri $uri/ /index.html;

demo

小程序

用nginx做代理需要在location里面加上;解决路由重定向问题 try_files $uri $uri/ /index.html;

喜欢的帮忙star,谢谢啦

打赏

About

小程序考试刷题后台系统

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages