Package Exports
- fluent-vue
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 (fluent-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Internationalization plugin for Vue.js
fluent-vue
is Vue.js integration for Fluent.js - JavaScript implementation of Project Fluent
🚀 Features
- Simple api for developers: Just 2 methods, 1 directive and 1 component
- Powerfull syntax for translators: Use the entire expressive power of every language without need for changes to the application source code
- Isolation: Locale-specific logic doesn't leak to other locales. A simple string in English can map to a complex multi-variant translation in another language
- Seamless migration: Works for both Vue 3 and 2
- No bundler required: Usable via CDN
📖 Documentation
Documentation can be found here: https://fluent-vue.demivan.me
Examples for different Vue.js versions and build systems can be found here.
📜 Changelog
Changes for each release are documented in the CHANGELOG.md.
📄 License
MIT License © 2020-present Ivan Demchuk