Package Exports
- vue-i18n-phrase-in-context-editor
- vue-i18n-phrase-in-context-editor/dist/vue-i18n-phrase-in-context-editor.umd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-i18n-phrase-in-context-editor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vue I18n Phrase In-Context Editor
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.
â 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!