https://github.com/phrase/phrase-demo-app
Demo app to showcase Phrase In-Context Editor
https://github.com/phrase/phrase-demo-app
Last synced: 6 months ago
JSON representation
Demo app to showcase Phrase In-Context Editor
- Host: GitHub
- URL: https://github.com/phrase/phrase-demo-app
- Owner: phrase
- Created: 2021-07-26T13:59:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T12:43:33.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T07:13:11.118Z (over 1 year ago)
- Language: SCSS
- Size: 3.38 MB
- Stars: 1
- Watchers: 16
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Phrase demo app
Demo app to showcase Phrase In-Context Editor: https://demo.phrase.com/
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
## I18n dependencies
- [vue-i18n-phrase-in-context-editor](https://www.npmjs.com/package/vue-i18n-phrase-in-context-editor)
- [vue-i18n](https://www.npmjs.com/package/vue-i18n)
- [vue-cli-plugin-i18n](https://www.npmjs.com/package/vue-cli-plugin-i18n)