buqiyuan / vite-vue3-lowcode

vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具

Home Page:https://buqiyuan.github.io/vite-vue3-lowcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serve运行时报错

ziyu-bello opened this issue · 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,了解了解。谢谢大佬