buqiyuan/vite-vue3-lowcode

serve运行时报错

ziyu-bello opened this issue · 5 comments

image

正常操作流程
git clone --single-branch https://github.com/buqiyuan/vite-vue3-lowcode.git
yarn
image
这个包要求node>16.9
nvm更换完之后运行就会出现上面的问题

yarn版本 1.22.10
node版本 16.9.0
npm版本 7.21.1

image
采用pnpm的时候能够正常到起到10086,但是访问的时候一直失败

pnpm在一直重试加载的过程中,突然就好了。。刚开始跑了几十分钟都一直failed。神奇

重复刷新页面应该是antfu大佬的unplugin-vue-components的问题,下半年有空重构的时候再优化了

不想有这个重复刷新页面的问题的话,可以用vben大佬的vite-plugin-style-import替换unplugin-vue-components

soga,了解了解。谢谢大佬