vue-i18n-phrase-in-context-editor

Integrate Phrase In-Context Editor into your Vue I18n app with ease!

Usage no npm install needed!

<script type="module">
  import vueI18nPhraseInContextEditor from 'https://cdn.skypack.dev/vue-i18n-phrase-in-context-editor';
</script>

README

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.

:scroll: Documentation

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

:question: Questions

For questions or support, contact us at: phrase.com/contact.

:exclamation: Issues

Please use GitHub issues to share the problem.

:memo: Changelog

Detailed changes for each release are documented in the changelog.

:hammer: 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

:package: 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!

:copyright: License

MIT