Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 553 Bytes

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