标签: dart dart-pub
我正在使用“pub serve”来投放我的Dart网络应用。 Pub正在http://localhost:8080/运行。
http://localhost:8080/
我可以在http://localhost:8080/index.html访问我的应用,该应用会在项目的index.html目录中加载web文件。
http://localhost:8080/index.html
index.html
web
我希望能够直接从index.html加载相同的http://locahost:8080/。我该如何完成这项任务?
http://locahost:8080/
答案 0 :(得分:1)
这可能就是你要找的东西:
"pub serve" should support index.html and directory listing