apauly / vue-i18n-phrase-in-context-editor

Adapter for using Phrase In-Context Editor with vue-i18n

Home Page:https://phrase.github.io/vue-i18n-phrase-in-context-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue I18n Phrase In-Context Editor

NPM version semantic-release LICENSE MIT GitHub documentation deployment

Vue I18n Phrase In-Context Editor is the official library for integrating Phrase In-Context-Editor with Vue I18n.

📜 Documentation

To get started, have a look at the documentation. There you will find API docs, getting started guide, examples and much more!

❓ Questions

For questions or support, contact us at: phrase.com/contact. The issue list of this repo is exclusively for bug reports or feature requests.

❗ Issues

Please use GitHub issues to share the problem.

📝 Changelog

Detailed changes for each release are documented in the changelog.

🔨 Development

# install deps
yarn

# build dist files
yarn build

# serve examples at localhost:8080
cd examples/basic
yarn
yarn serve

# lint & fix files
yarn lint

# run all tests
yarn test

📦 Releasing

Package is being released automatically with the use of Semantic Release Action. Just push a commit to the master and a new version will be released right away!

©️ License

MIT

About

Adapter for using Phrase In-Context Editor with vue-i18n

https://phrase.github.io/vue-i18n-phrase-in-context-editor/

License:MIT License


Languages

Language:TypeScript 78.7%Language:JavaScript 21.3%