An open API service indexing awesome lists of open source software.

https://github.com/samk-dev/nuxt-translation-manager-module-usage-example

Example usage of Nuxt Translation Manager with Nuxt i18n
https://github.com/samk-dev/nuxt-translation-manager-module-usage-example

Last synced: 7 months ago
JSON representation

Example usage of Nuxt Translation Manager with Nuxt i18n

Awesome Lists containing this project

README

          

# Nuxt Translation Manager Module Usage Example

Example usage of `nuxt-i18n` and `nuxt-translation-manager`

Checkout on [Codesanbox](https://codesandbox.io/p/github/samk-dev/nuxt-translation-manager-module-usage-example/main)

[Vue i18n](https://vue-i18n.intlify.dev/)

[Nuxt i18n Docs](https://i18n.nuxtjs.org/)

[Nuxt Translation Manager Docs](https://github.com/samk-dev/nuxt-translation-manager)

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
pnpm run dev
```