# ndx_td_manger_demo **Repository Path**: zhangmjwork/ndx_td_manger ## Basic Information - **Project Name**: ndx_td_manger_demo - **Description**: 简单的题库后台管理系统【React、 Ice】 Demo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-08-07 - **Last Updated**: 2021-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ndx_td_manger #### 介绍 简单的题库后台管理系统 #### 软件架构 React + ice + fusion-design-pro-js #### 安装教程 1. 安装依赖 $ npm install 或者 npm install -save --registry=https://registry.npm.taobao.org 2. 启动服务 $ npm start # visit http://localhost:3333 #### 目录 └─ndx_td_manger │ .editorconfig │ .eslintignore │ .eslintrc.js │ .gitignore │ .prettierignore │ .prettierrc.js │ .stylelintignore │ .stylelintrc.js │ build.json │ jsconfig.json │ package-lock.json │ package.json │ README.en.md │ README.md │ screenshot.png │ tsconfig.json │ ├─.ice │ ├─public │ favicon.png # Favicon │ index.html # 应用入口 HTML │ └─src # 源码路径 │ app.jsx # 主配置 │ config.ts # 配置文件 │ global.scss # 默认全局样式 │ routes.js # 路由配置 │ ├─api # 调用后台接口 │ ├─components # 自定义业务组件 │ ├─LocaleProvider │ ├─LoginInterceptor │ └─PageHeader │ ├─images │ login_logo.png │ ├─layouts # 布局组件 │ ├─BasicLayout │ │ │ index.jsx │ │ │ menuConfig.js # 菜单配置 │ │ │ └─UserLayout │ ├─locales │ ├─en-US │ └─zh-CN ├─models # 模型 ├─pages # 页面 │ ├─CourseChapterPage # 课程章节 │ ├─CoursePage # 课程 │ ├─CourseQuestionPage # 课程试题 │ ├─ExamPaperPage # 试卷 │ ├─ExamPaperQuestionPage # 试卷试题 │ ├─ExamTipPage # 考试提示 │ ├─Login # 登录 │ ├─Register # 注册 │ ├─RotationImagePage # 轮播图 │ ├─VersionPage # 版本控制 └─utils # 工具类包 #### 登录页 ![Image text](static/images/login_page.jpg) #### 用户列表 ![Image text](static/images/user_page.jpg)