基于vue+element-ui实现的课程管理系统

github地址: https://github.com/helloyoucan/gcweb
网站部分:http://www.jianshu.com/p/d448790de5d6

gcweb

基于vue+vue-resource+element-ui+markdownjs+editor.md的一个课程管理系统
预览地址:http://123.207.77.245:8081 (由于是腾讯云的学生主机,所以很慢...)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

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

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

本系统是前端页面,管理逻辑是在课程章节中添加相应的标签,关联到文章的标签

登录页面

用户管理

权限管理

课程管理

查看课程(点击放大镜按钮)

文章管理

写文章

标签管理

前端小白一个,有很多地方还需要努力,有不足的地方,希望能多多指教!

你可能感兴趣的:(基于vue+element-ui实现的课程管理系统)