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/*
导入微信模块的初始数据
- 然后在微信开发者工具中打开