vbenjs / vue-vben-admin

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
https://www.vben.pro
MIT License
25.31k stars 6.89k forks source link

热更新 很慢怎么解决呢 #2340

Closed oEstate closed 1 year ago

oEstate commented 2 years ago

改一个文字 大概2秒左右才更新

oEstate commented 2 years ago

1667976713565 修改一个页面 加载很多 之前版本 只加载一个 是当前修改页面的 请问在哪里配置呢

oEstate commented 2 years ago

1667982630250 改成这样加载快了 最新版本的删除了,是解决了,还是我电脑问题啊

CrazyRocks commented 2 years ago

我也慢的不得了

zhangyuanliang commented 1 year ago

这样修改可以提升10秒时间

main.ts
import Antd from 'ant-design-vue';
import 'ant-design-vue/dist/antd.css';

app.use(Antd).mount('#app');

build/vite/plugin/index.ts
vite-plugin-style-import注释掉
mark0614 commented 1 year ago

我也慢的不得了

慢的问题解决没有??同求