We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行 wepy -v 查看wepy版本是否是1.x 若不是1.x的版本,则运行以下命令,安装1.x的wepy版本 npm install wepy-cli -g 安装完后再执行 npm run dev
wepy -v
npm install wepy-cli -g
npm run dev
npm run dev 之后,选择目录下的dist目录
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.npm run dev 执行失败问题:
运行
wepy -v
查看wepy版本是否是1.x
若不是1.x的版本,则运行以下命令,安装1.x的wepy版本
npm install wepy-cli -g
安装完后再执行
npm run dev
2.导入微信开发工具提示app.json的问题
npm run dev
之后,选择目录下的dist目录
The text was updated successfully, but these errors were encountered: