我下载的初始daim npm run dev后 `http://localhost:8088/dist/view` 显示首页 但是首页上导航全部不对
比如 `<a class="link" target="_blank" href="./list.html?keyword=手机">手机</a>` 这个点开后地址是`http://localhost:8088/dist/list.html?keyword=%E6%89%8B%E6%9C%BA` 这个地址就是404找不到
如果我在`http://localhost:8088/dist/view/index.htm` 上点跳转就没问题,这个是个什么原理呢
还有这个npm run dev 后 目录下如果没有dist目录 。但是 访问 dist/view 还是能访问到 这个是个什么原理呢
还有如果我想打开`http://localhost:8088/` 就能显示 index 应该怎么弄呢 我试过webpck-dev-server --content-path ./dist/view 但是没用
最后一个问题 web-dev-server启动时会出现一句
webpack result is served from /dist/ 除了改output 还有没有办法手动改这个路径呢