Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 210 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 210 Bytes

wechat-cli

微信小程序项目脚手架

# 安装依赖
npm install

# 生成微信目录结构
npm run generate

# 实时监控
npm run watch

# 编译转换成微信代码
npm run build