Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

分享一个小小的 Vue.js + Node.js 的 后台管理系统

$
0
0

源码: https://github.com/ericjjj/vms

VMS

Vue Management System

Code ClimateTest Coveragelicense

环境

  • nodejs 6+
  • mongodb 3+

特性

  • Vue 2+
  • Element UI
  • 集成 wangEditor 富文本编辑器 (新浪表情包支持)
  • 集成七牛云图片上传
  • 集成极光推送
  • 完整 Node.js 后端
  • 后端角色权限控制
  • 容易部署

如何运行

git clone https://github.com/ericjjj/vms.git

// 启动后端, 依赖 mongodb
cd backend/utils
// 复制配置文件, 并修改对应配置
cp config.simple.js config.js
cd ..
// 运行
node index.js


// 启动前端
cd backend/utils
// 复制配置文件, 并修改对应配置
cp config.simple.js config.js
cd ..
// 运行
npm run dev

测试

cd backend
npm run test

互相交流 谢谢啦


Viewing all articles
Browse latest Browse all 14821

Trending Articles