-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[vue] vue如何优化首页的加载速度? #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
vue
vue
Comments
异步路由和异步加载 不要什么东西动不动就打包到vendor中, 恶心 |
楼上是大神。 |
分屏加载 怎么弄? 没听过这个 |
补充下2楼: |
分屏加载指的是用keep-alive?tab的形式?不知道有没理解错 |
分屏加载不如说是可视化区域加载。首页渲染的时候只渲染可视区域的视图,等用户下拉的时候加载剩余 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[vue] vue如何优化首页的加载速度?
The text was updated successfully, but these errors were encountered: