Vue-cli脚手架构建的七牛图片管理图床单页应用(基于museui),先后端分离。后端基于express及七牛nodejs-SDK开发,服务本来部署在Heroku,因为服务响应速度慢的缘由,已将服务部署在云服务器上。javascript
源码地址:https://github.com/alex1504/vue-qiniu-image-bed 在线地址:http://cowbed.huzerui.comcss
前端:前端
后端:vue
主要语法:java
git clone https://github.com/alex1504/vue-qiniu-image-bed.git
cd https://github.com/alex1504/vue-qiniu-image-bed.git
// 安装前端依赖
npm install
cd server
// 安装后端依赖
npm install
cd ../
npm run dev
// 开启另外一个git进程
npm run server
复制代码