| Frontend | Server | Router | Store | i18n | ||
|---|---|---|---|---|---|---|
| Vue2 | Babel | vue-router | vuex | vue-i18n | ||
| Vue3 | Vite | vue-router | vuex | vue-i18n | ||
| React | Vite | react-router-dom | @reduxjs/toolkit | react-i18next | ||
| Svelte | Vite | svelte-routing | svelte/store | svelte-i18n |
Every frontend has:
- Tailwind CSS as the CSS framework.
- TypeScript Support.
- ESLint configuration (Vue2, Vue3 and React).

