vue-vben-admin-doc
vue-vben-admin-doc copied to clipboard
重新安装依赖后启动报错
(!) Could not auto-determine entry point from rollupOptions or html files and there are no explicit optimizeDeps.include patterns. Skipping dependency pre-bundling.
(!) Could not auto-determine entry point from rollupOptions or html files and there are no explicit optimizeDeps.include patterns. Skipping dependency pre-bundling 同样出了这个问题,有解决方案么?
在vite.config.ts文件中加上

随后yarn dev。终端可能不显示本地启动地址(localhost:3000),不用管,直接在浏览器输入 http://localhost:3000 就可以了
https://github.com/vbenjs/vue-vben-admin-doc/pull/120 这个PR已修复