Hello, This is a simple tip that vuejs developers should use as It explodes the inital response of the server by forwarding only what the requested page needs only, so basically we get bundle many files and send them on demand which makes the website much faster.

code splitting