之前用"vue-html-loader": "^1.0.0", vue+js+webpack将.vue文件拆成(.html+.css+.js)进行开发。进入。html文件没问题。最近打算尝试ts.发现提示找不到package.json:"devDependencies": {//..."vue-html-loader": "^1.0.0",}[ts] 找不到模块“./demo-list.html”。These relative modules were not found:* ./vue2.html in ./fui-app/view/vue2/vue2.ts* ./pwa.html in ./fui-app/view/pwa/pwa.ts* ./index.html in ./fui-app/view/fui/index.ts* ./main.html in ./src/directives/directives/vtip/main/main.ts, ./src/directives/directives/tooltip/main/main.ts* ./scroll-menus.html in ./src/fui-components/components/scroll-menus/src/scroll-menus.ts* ./all-menus.html in ./src/fui-components/components/all-menus/src/all-menus.ts* ./search.html in ./fui-app/view/search/search.ts* ./demo-list.html in ./fui-app/view/fui/demo-list/demo-list.ts
添加回答
举报
0/150
提交
取消