UNPKG

vue-i18n-phrase-in-context-editor

Version:

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

58 lines (35 loc) 3.02 kB
# Vue I18n Phrase In-Context Editor [![NPM version](https://img.shields.io/npm/v/vue-i18n-phrase-in-context-editor)](https://www.npmjs.com/package/vue-i18n-phrase-in-context-editor) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![LICENSE MIT](https://img.shields.io/github/license/phrase/vue-i18n-phrase-in-context-editor)](https://github.com/phrase/vue-i18n-phrase-in-context-editor/blob/master/LICENSE) [![GitHub documentation deployment](https://img.shields.io/github/deployments/phrase/vue-i18n-phrase-in-context-editor/github-pages?label=docs-deploy)](https://github.com/phrase/vue-i18n-phrase-in-context-editor/deployments?environment=github-pages) **Vue I18n Phrase In-Context Editor** is the official library for integrating [Phrase Strings In-Context Editor](https://support.phrase.com/hc/en-us/articles/5784095916188-In-Context-Editor-Strings) with [Vue I18n](https://kazupon.github.io/vue-i18n/). ## :scroll: Documentation To get started, have a look at the [documentation](https://phrase.github.io/vue-i18n-phrase-in-context-editor/). There you will find [API docs](https://phrase.github.io/vue-i18n-phrase-in-context-editor/api/), [getting started guide](https://phrase.github.io/vue-i18n-phrase-in-context-editor/guide/getting-started/), [examples](https://phrase.github.io/vue-i18n-phrase-in-context-editor/examples/) and much more! ## :hammer: Development ``` bash # install deps pnpm install # build dist files pnpm build # serve examples at localhost:3000 cd examples/vue3 pnpm install pnpm dev # lint & fix files pnpm lint # run all tests pnpm test ``` ## :white_check_mark: Commits & Pull Requests We welcome anyone who wants to contribute to our codebase, so if you notice something, feel free to open a Pull Request! However, we ask that you please use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for your commit messages and titles when opening a Pull Request. Example: `chore: Update README` We have an automated version management and release process based off of this message convention, so it'd be highly appreciated if you could follow this coding guideline. ## :question: Issues, Questions, Support Please use [GitHub issues](https://github.com/phrase/vue-i18n-phrase-in-context-editor/issues) to share your problem, and we will do our best to answer any questions or to support you in finding a solution. ## :memo: Changelog Detailed changes for each release are documented in the [changelog](https://github.com/phrase/vue-i18n-phrase-in-context-editor/blob/master/CHANGELOG.md). ## :package: Releasing Package is being released automatically with the use of [Semantic Release Action](https://github.com/marketplace/actions/action-for-semantic-release). Just push a commit to the master and a new version will be released right away! ## :copyright: License [MIT](http://opensource.org/licenses/MIT)