sortablejs
Sortable.js是一款优秀的js拖拽库,支持ie9及以上版本ie浏览器和现代浏览器,也可以运行在移动触摸设备中。不依赖jQuery。支持 Meteor、AngularJS、React、Vue、Knockout框架和任何CSS库,如Bootstrap、Element UI。你可以用来拖拽div、table等元素。
express中间件
silly-datetime 时间格式化插件使用
mkdirp 递归创建目录
bcrypt 密码匹配,Bcrypt是一个跨平台的文件加密工具
jsonwebtoken (JWT)是目前最流行的跨域认证解决方案,解决登录时返回token
// 配置第三方中间件 获取post提交的数据
const bodyParser = require('body-parser')
app.use(bodyParser.urlencoded({ extended: true}))
app.use(bodyParser.json())