Skip to content

zyuanx/research-admin

Repository files navigation

research-admin

动态问卷设计 Dynamic form, survey questionnaire frontend system.

新版WIP research-sys

Work list

  • RBAC 用户管理
  • 问卷创建/修改
  • 问卷列表/数据下载
  • More
    • 日志管理
    • 系统负载
    • 任务流

问卷管理

Built With

开始使用

安装

  1. clone the project
git clone https://github.com/Pandalzy/vue-research-admin.git
  1. enter the project directory
cd vue-research-admin
  1. install dependency
npm install

配置

Edit src/util/request.js file and modify base api.

baseURL: "http://127.0.0.1:8080/api/"

运行

npm run serve

License

Distributed under the MIT License. See LICENSE for more information.