Framework Guides
Setup guides for Vue and Nuxt with Stringer CLI
Supported Frameworks
Stringer CLI provides native support for Vue and Nuxt with automatic setup and framework-specific optimizations.
Coming Soon
React
COMING SOON
Next.js
COMING SOON
What Stringer Does
For each framework, Stringer automatically:
- Installs Required Packages — i18n dependencies installed with your package manager
- Generates Configuration — Framework-specific config files created for you
- Converts Your Code — Components updated to use translation functions
- Sets Up Locale Files — Proper directory structure for your translations
Quick Comparison
| Framework | i18n Library | Client Support | Server Support | Auto Setup |
|---|---|---|---|---|
| Vue | vue-i18n | ✅ | ❌ | ✅ |
| Nuxt | @nuxtjs/i18n | ✅ | ✅ | ✅ |
Next Steps
- Languages — View all 47 supported languages
- Commands — CLI command reference
- Troubleshooting — Common issues and solutions