Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.3 KB

File metadata and controls

39 lines (26 loc) · 1.3 KB

🚨🚨🚨 This repo is just a dummy 🚨🚨🚨
Submit issues in the monorepo or check the source code here.

Example application of using vike-vue with Tolgee

Tolgee

This application is using vike. To learn more about Tolgee, visit 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 or use self-hosted Tolgee Server.
  2. Generate an API-KEY
  3. Copy file .env to .env.development.local
  4. Set VITE_APP_TOLGEE_API_KEY to API key obtained in previous step
  5. Run npm run dev
  6. Have fun

To run the app in production mode

To run app in production mode:

npm run start

This repository is automatically re-published from Tolgee JS monorepo.