build
- 可视化浏览表结构和记录
- 编辑记录
Prerequisites
Section titled “Prerequisites”- nodejs, pnpm
pnpm config set --global registry https://registry.npmmirror.compnpm install
准备工作:启动对象数据服务器
Section titled “准备工作:启动对象数据服务器”java -jar ../cfggen.jar -datadir ../example/config -gen server开发期,启动调试
Section titled “开发期,启动调试”pnpm run dev使用浏览器查看 http://localhost:5173/
pnpm run build生成的页面和脚本在dist目录,可以运行
cd distjwebserver来启动服务器进行测试,然后使用浏览器查看 http://localhost:8000/
实际部署请选择更成熟的web服务器。
build exe
Section titled “build exe”Prerequisites
Section titled “Prerequisites”- rust
生成cfgeditor.exe
Section titled “生成cfgeditor.exe”pnpm tauri build生成的cfgeditor.exe在 src-tauri\target\release\目录下