技术:
编写api:koa2 + myspl我博客中的相关文章:
koa2搭建:手动搭建koa2项目
加入token(node-jsonwebtoken):https://github.com/FrontendMagazine/Works/blob/master/archive/tokenbased_authentication_with_angularjs_%26_nodejs.md
hash密码: require(‘crypto’).createHash(‘md5’).update(${str}:${salt}).digest(‘hex’);编写管理系统:iview admin (https://github.com/iview/iview-admin)
编写pc客户端:nuxt.js(https://zh.nuxtjs.org/guide )
后续更新…
koa2框架实践
本文介绍使用koa2框架结合mysql进行API开发的过程,涵盖token验证、密码哈希、管理系统搭建及PC客户端开发等内容。
1467

被折叠的 条评论
为什么被折叠?



