JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 988
  • Score
    100M100P100Q116828F
  • License MIT

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

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

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.

❗ 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