# Examples
Here is a collection of example applications using the Vue I18n Phrase In-Context Editor library.
# Vue2 demo
This application features basic functionalities of the Vue I18n and the In-Context Editor.
Go to, and clone examples/vue2
directory of Vue I18n Phrase In-Context Editor repo (opens new window).
To run the example use following commands:
# pnpm
pnpm install
pnpm serve
NOTE: please use PNPM, since yarn
and npm
are not handling well multi directory project.
Now the application is visible under http://localhost:8080/ (opens new window).
This application uses a demo Phrase account under the hood. To login, use authentication data provided below:
E-Mail: demo@phrase.com
Password: phrase
# Vue3 demo
This application features basic functionalities of the Vue I18n and the In-Context Editor.
Go to, and clone examples/vue3
directory of Vue I18n Phrase In-Context Editor repo (opens new window).
To run the example use following commands:
# pnpm
pnpm install
pnpm dev
NOTE: please use PNPM, since yarn
and npm
are not handling well multi directory project.
Now the application is visible under http://localhost:3000/ (opens new window).
This application uses a demo Phrase account under the hood. To login, use authentication data provided below:
E-Mail: demo@phrase.com
Password: phrase
← API