Hanziness / FocusTide

Modern and customizable productivity timer app that runs in your browser.
https://focustide.app
MIT License
321 stars 35 forks source link

Explore removing `vue-router` to reduce bundle size #370

Closed Hanziness closed 3 weeks ago

Hanziness commented 3 weeks ago

Since the app is only a single index.html page, transitioning to using only app.vue instead of pages/index.vue should be considered, as it removes the dependency on vue-router. This could enable big savings in the final bundle.