我创建了一个 Blazor WebAssembly 项目,它可以从 VS 运行,但是当我将其发布到本地文件夹后,
index.html
我必须使用网络服务器吗?
我可以将所有内容(例如 .css .js .wasm)嵌入到
.html
我有这样的错误:
是的
一个例子: 安装 dotnet-serve
dotnet tool install --global dotnet-serve
启动服务器
dotnet serve -o -S
结果: