UNPKG

@lingui/extractor-vue

Version:

Custom Vue.js extractor to be used with the CLI tool

27 lines (18 loc) 1.08 kB
[![License][badge-license]][license] [![Version][badge-version]][package] [![Downloads][badge-downloads]][package] # @lingui/extractor-vue > This package contains a custom extractor that handles Vue.js files. It supports extracting messages from script and setup scripts as well as Vue templates. `@lingui/extractor-vue` is part of [LinguiJS][linguijs]. See the [documentation][documentation] for all information, tutorials and examples. ## Installation & Usage See the [reference][reference] documentation. ## License This package is licensed under [MIT][license] license. [license]: https://github.com/lingui/js-lingui/blob/main/LICENSE [linguijs]: https://github.com/lingui/js-lingui [documentation]: https://lingui.dev/ref/extractor-vue [reference]: https://lingui.dev/ref/extractor-vue [package]: https://www.npmjs.com/package/@lingui/extractor-vue [badge-downloads]: https://img.shields.io/npm/dw/@lingui/extractor-vue.svg [badge-version]: https://img.shields.io/npm/v/@lingui/extractor-vue.svg [badge-license]: https://img.shields.io/npm/l/@lingui/extractor-vue.svg