Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 807 Bytes

File metadata and controls

36 lines (22 loc) · 807 Bytes

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/