我有一个python项目(使用flask),其中我正在尝试使用Vue。问题是,如果我去偷看html的定义,没有任何与vue相关的渲染。我已经通过npm安装了vue,还安装了webpack和laravel-mix。它们似乎配置得很好。 我有一个实例 import Vue from 'vue';
new Vue</em
我现在有一个使用Vite的Laravel应用程序,我一直在用Vue和Inertia.js开发这个应用程序。我在我的应用程序中使用了图像,到目前为止,使用npm run dev的开发环境工作得很好。但是,一旦我运行Vue,npm run build Vite就无法找到我在Vue文件中使用的图像,从而给出以下错误:[vite]: Rollup failed to resolve import} from 'vite'
import tailwindcss from 'ta