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

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

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)