Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 469 Bytes

egg-boilerplate-mp

npm version

微信公众平台后端模板

安装

$ mkdir tell-demo && cd tell-demo # 初始化项目
$ npm init tell --type=mp # 下载脚手架
$ npm install # 安装模块
$ npm run dev # 运行项目
$ open http://localhost:7001 # 打开浏览器

更多信息请查看 create-tell