|
|
|
|
|
by developer_null
1744 days ago
|
|
It seems like the site is a vue app and what is being served is not a production build. Also the entirety of vuetify (js+css) is served in the vendor bundle. The dev build includes source maps which let you recreate most of the original codebase (on top of the obvious network impact). |
|