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 命令行工具。 npm install wepy-cli -g
获取小程序端代码 git clone https://github.com/yizenghui/wxcms.git
或者下载文件并解压 https://github.com/yizenghui/wxcms/archive/master.zip
进入根目录 cd wxcms
cd wxcms
安装依赖 npm install
npm install
开发实时编译 wepy build --watch
wepy build --watch
修改小程序配置 src/app.wpy
src/app.wpy
api_token: '0RPJhqvW6gMp',
修改0RPJhqvW6gMp为由 https://readfollow.com/admin/auth/setting#tab-form-2 所获得的 api token
0RPJhqvW6gMp
开发者工具导入项目
选择根目录中的 dist 为代码目录
注意:请关闭 ES6 转 ES5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
二次开发
安装(更新) wepy 命令行工具。
npm install wepy-cli -g
获取小程序端代码
git clone https://github.com/yizenghui/wxcms.git
或者下载文件并解压 https://github.com/yizenghui/wxcms/archive/master.zip
进入根目录
cd wxcms
安装依赖
npm install
开发实时编译
wepy build --watch
修改小程序配置
src/app.wpy
api_token: '0RPJhqvW6gMp',
修改
0RPJhqvW6gMp
为由 https://readfollow.com/admin/auth/setting#tab-form-2 所获得的 api token开发者工具导入项目
选择根目录中的 dist 为代码目录
注意:请关闭 ES6 转 ES5
The text was updated successfully, but these errors were encountered: