Skip to content

ZhaoZuohong/InfrastSimUI

Repository files navigation

InfrastSimUI

InfrastSim 的 WebUI

运行方式

安装 .NET SDK 8、NodeJS

https://github.com/Funny-ppt/InfrastSim 生成 WASM:

git clone https://github.com/Funny-ppt/InfrastSim
cd InfrastSim
dotnet workload install wasm-tools
dotnet publish InfrastSimWasm

InfrastSimWasm/bin/Release/net8.0/browser-wasm/AppBundle/_framework 复制为此项目的 public/assets,并复制或软链接到 src/wasm

安装依赖,运行开发服务器:

npm ci
npm run dev