aowuR opened a new issue #628: URL: https://github.com/apache/incubator-weex-cli/issues/628
本地起服务 npm start 后进入 http://192.168.0.101:8081/ 是默认的 src 下的 index.vue 文件内容; 在项目根目录下建立两个文件 一个 index.html 一个 demo.html 访问http://192.168.0.101:8081/index.html 并不执行 index.html 内的内容 但是访问 http://192.168.0.101:8081/demo.html 就可以执行. 如何配置可以将http://192.168.0.101:8081/index.html 访问到自创建的根 index.html 文件?? weex -v 2.0.0-beta.31 Mac 系统 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
