0.0.2 • Published 1 year ago

@mdxh/vue-i18n v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@dxh/vue-i18n

Install I18n to vue3 using dxh wrapper

Uses

Installation

Just use the below command to install Vue I18n.

npm i @mdxh/vue-i18n@latest

Install the vue-i18n via app.use()

Create a vue-i18n instance and pass it to the app as a plugin:

import { createApp } from 'vue'
import { createI18n } from 'vue-i18n'
import App from './App.vue'

const i18n = createI18n({
  // something vue-i18n options here ...
})
const app = createApp(App)

app.use(i18n)
app.mount('#app')

Start your project

npm run dev

I18n Documentation

See I18n Documentation.

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0-dsfsf

1 year ago

0.1.0-dfdsf

1 year ago

0.0.1-testcvxcv

1 year ago

0.0.1-test

1 year ago