https://github.com/buzz/vite-plugin-ssr-i18n-client-routing
vite-plugin-ssr with i18n and client routing
https://github.com/buzz/vite-plugin-ssr-i18n-client-routing
Last synced: 7 months ago
JSON representation
vite-plugin-ssr with i18n and client routing
- Host: GitHub
- URL: https://github.com/buzz/vite-plugin-ssr-i18n-client-routing
- Owner: buzz
- Created: 2022-08-04T13:07:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T13:08:26.000Z (over 3 years ago)
- Last Synced: 2025-04-05T09:28:03.746Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Example of an internationalized (i18n) `vite-plugin-ssr` app.
Note how the locale is extracted in `server/index.js`.
If you pre-render your app, then have a look at [/examples/i18n-prerender/](/examples/i18n-prerender/) instead.
```bash
git clone git@github.com:brillout/vite-plugin-ssr
cd vite-plugin-ssr/examples/i18n/
npm install
npm run dev
```