摘要: https://mp.weixin.qq.com/wxopen/waregister?action=step1 # 安装wafer2-client-sdk npm install wafer2-client-sdk --save # 安装sass-loader和node-sass npm insta 阅读全文
posted @ 2018-06-15 11:02 前端开发-周先生 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 一、新建目录 mkdir koa-demo cd koa-demo cnpm install koa --save 二、代码 const Koa = require('koa') const app = new Koa() app.use(async(ctx,next)=>{ ctx.body=1' 阅读全文
posted @ 2018-06-15 09:47 前端开发-周先生 阅读(414) 评论(0) 推荐(0) 编辑