vue-next-admin/步骤.txt

15 lines
360 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. 问题1
vite 4.1.4 加载巨慢大约1分钟切换到 3.1.8后加载快了大约22s 与之关联的 @vitejs/plugin-vue 也需要改。
"vite": "3.1.8",
"@vitejs/plugin-vue": "3.2.0",
顺序:
1. 快速读一遍文档中的指南部分。
2. 原先是用的2.0.0 版本,快速读一下到最新版本的升级记录。