Appearance
系统启动
启动后端服务:
cmd进入deno目录, 执行bashnpm run start或者
bashnr start启动
电脑端前端服务:cmd进入pc目录, 执行bashnpm run start或者
bashnr start启动
移动端前端服务:cmd进入uni目录, 执行bashnpm run dev:h5或者
bashnr start如果需要启动
微信小程序的调试服务:cmd进入uni目录, 执行bashnpm run start或者
bashnr start- 然后在微信开发者工具中打开
uni/dist/dev/mp-weixin目录 - 注意: 如果需要
微信模块, 则需要 git 合并微信模块分支:git merge deno4wx - 然后到数据库执行
codegen/src/tables/wx/wx.sql文件, 生成微信模块的数据表 - 再执行
nr importCsv wx/*导入微信模块的初始数据
- 然后在微信开发者工具中打开