Overview
Vue.js application integration. Perfect for Vue 2 and Vue 3 applications with i18n support. Seamless integration with vue-i18n.
Features
- Vue 2 and Vue 3 support
- vue-i18n integration
- Composition API support
- TypeScript support
- Dynamic imports
- Lazy loading support
Example
<template>
<h1>{{ $t('welcome') }}</h1>
</template>
<script setup>
import { useI18n } from 'vue-i18n';
const { t } = useI18n();
</script>Details
Category
frameworks
Tags
CLI
File upload
API
Status
Available