roncoo-education是后台工程,核心框架:Spring Cloud
roncoo-education-web是前端门户工程,核心框架:Vuejs + Nuxt.js
roncoo-education-admin是后台管理工程,核心框架:vue-element-admin
领课教育系统(roncoo-education)是基于领课网络多年的在线教育平台开发和运营经验打造出来的产品,致力于打造一个各行业都适用的分布式在线教育系统。系统采用前后端分离模式,前台采用vue.js为核心框架,后台采用Spring Cloud为核心框架。系统目前主要功能有课程点播功能,支持多家视频云的接入,课程附件管理功能,支持多家存储云的接入,讲师管理功能,支持讲师入驻功能,可以帮助个人或者企业快速搭建一个轻量级的在线教育平台。
703455569 可加
QQ群:1028579521(已满) QQ群:532451240(已满) QQ群:903738971(已满) QQ群:74876271 (已满)
QQ群:774890501(已满) QQ群:702189511(已满) QQ群:826617734(已满) QQ群:154407415(已满) QQ群:284915592(已满)
roncoo-education-web/
├── api/ api接口列表目录
│ ├── method.js
│ ├── main.js
├── assets/ 公用的静态资源目录
│ ├── CSS/
│ ├── JS
│ ├── fonts
│ ├── image
├── component/
│ ├── 所有的自定义组件
├── config/ 配置文件目录
│ ├── conf.js 系统编译配置文件
│ ├── index.js 系统全局配置文件
│ ├── dev.env.js 开发模式的全局配置
│ ├── pro.env.js 生产模式的全局配置
│ ├── index.js 测试模式的全局配置
├── layouts/
│ ├── 布局目录
├── middleware/
│ ├── 中间件目录
├── pages/
│ ├── 页面目录
├── plugins/
│ ├── 所有的第三方或自定义插件的目录
├── static/
│ ├── 静态文件目录
├── store/
│ ├── actions.js
│ ├── getters.js
│ ├── index.js
│ ├── mutations.js
├── utils/
│ ├── 自定义工具类目录
└── next.config.js nextjs 配置文件
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comments ( 27 )