https://github.com/tolgee/vue-i18next-example
Vue i18next example integration
https://github.com/tolgee/vue-i18next-example
Last synced: 2 months ago
JSON representation
Vue i18next example integration
- Host: GitHub
- URL: https://github.com/tolgee/vue-i18next-example
- Owner: tolgee
- Created: 2021-12-21T14:51:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-16T15:33:26.000Z (3 months ago)
- Last Synced: 2026-03-17T03:01:46.267Z (3 months ago)
- Language: Vue
- Size: 7.47 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
🚨🚨🚨 This repo is just a dummy 🚨🚨🚨
Submit issues in the
monorepo
or
check the source code here.
# Example application of using @panter/vue-i18next with Tolgee
[
](https://tolgee.io)
This application is using @vue/cli. To learn more about Tolgee, visit [https://tolgee.io](https://tolgee.io).
## To run the app in dev mode
To install dependencies, run:
npm install
To run the app in dev mode with in-context translating mode:
1. Create a project on [Tolgee Cloud](https://app.tolgee.io) or use
self-hosted [Tolgee Server](https://github.com/tolgee/server).
2. Generate an API-KEY
3. Copy file `.env` to `.env.development.local`
4. Set `VUE_APP_TOLGEE_API_KEY` to API key obtained in previous step
5. Run `npm run start`
6. Have fun
## To run the app in production mode
To build the app for production run:
npm run build
Static website will be generated. To start local server with build app, run:
npm run serve
---
This repository is automatically re-published from [Tolgee JS monorepo](https://github.com/tolgee/tolgee-js).