vue-vben-admin-doc icon indicating copy to clipboard operation
vue-vben-admin-doc copied to clipboard

重新安装依赖后启动报错

Open xuwoool opened this issue 3 years ago • 2 comments

(!) Could not auto-determine entry point from rollupOptions or html files and there are no explicit optimizeDeps.include patterns. Skipping dependency pre-bundling.

xuwoool avatar Feb 08 '22 02:02 xuwoool

(!) Could not auto-determine entry point from rollupOptions or html files and there are no explicit optimizeDeps.include patterns. Skipping dependency pre-bundling 同样出了这个问题,有解决方案么?

Free-Qi avatar Apr 13 '22 06:04 Free-Qi

在vite.config.ts文件中加上 image

随后yarn dev。终端可能不显示本地启动地址(localhost:3000),不用管,直接在浏览器输入 http://localhost:3000 就可以了

QiYoe avatar May 18 '22 03:05 QiYoe

https://github.com/vbenjs/vue-vben-admin-doc/pull/120 这个PR已修复

wangjue666 avatar Oct 06 '23 07:10 wangjue666