Skip to content

feedthedev/vue-route-code-splitting-page-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f8fb64 · Oct 5, 2024

History

18 Commits
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023
Oct 5, 2024
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023
Apr 25, 2023

Repository files navigation

vue-route-code-splitting-page-loader

An example project to demonstrate how to add a Google-style page loader when code-splitting views at the route level.

Note that the page loader in the gif animation is slower than it actually is!

More information is coming soon!

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

For more information and an explanation, see: https://blog.alexseifert.com/2023/05/10/vue-js-route-level-code-splitting-with-a-page-loader/