微信小程序wepy开发

1.下载插件

npm install -g wepy-cli

2.初始化项目

wepy init standard my-project

3.切换至项目目录。

cd myproject

4.开发实时编译。

wepy build --watch

猜你喜欢

转载自blog.csdn.net/zhaofengdeng/article/details/84931120