Explore removing vue-router
to reduce bundle size
#370
Labels
refactor
Requires changes to the codebase that don't alter functionality
vue-router
to reduce bundle size
#370
Since the app is only a single
index.html
page, transitioning to using onlyapp.vue
instead ofpages/index.vue
should be considered, as it removes the dependency onvue-router
. This could enable big savings in the final bundle.The text was updated successfully, but these errors were encountered: