电脑上开发环境软件安装
- 安装君土集成开发环境
从 https://www.jtu.net.cn 下载开发平台的君土
- 搜狗输入法
https://pinyin.sogou.com/ - 安装有道词典
http://cidian.youdao.com/ - 安装Nodejs
Node.js 安装配置
安装 yarnnpm install --global yarn
- 安装git
Git 安装配置
解决git status不能显示中文git config --global core.quotepath false
- Git 账号设置 (可选)
申请电子邮箱
配置git账号
在视窗系统中,微信开发者工具支持中文文件名的配置
参考这个链接:视窗系统中微信开发者工具支持中文文件名
开发运行君土小程代码
- 下载代码
使用git 克隆本项目代码git clone https://gitee.com/jtmy/jtma-rumen.git
- 下载依赖
cd jtma-rumen
npm install --registry=https://registry.npmmirror.com
- 运行项目
- 运行开发h5应用
npm run dev:h5
- 运行开发微信小程序应用
npm run dev:weapp
- 运行开发h5应用