import{createApp}from'vue'import{createI18n}from'vue-i18n'/** All i18n resources specified in the plugin `include` option can be loaded* at once using the import syntax*/importmessagesfrom'@intlify/unplugin-vue-i18n/messages'consti18n=createI18n({locale:'en',messages})constapp=createApp()app...
kazupon added the Package: unplugin-vue-i18n label May 17, 2024 View details kazupon merged commit 57e1a7b into main May 17, 2024 10 checks passed kazupon deleted the fix/unplugin-use-vue-i18n-import-name branch May 17, 2024 07:40 Sign up for free to join this conversation on...
@intlify/unplugin-vue-i18n 是一个基于 Vite 和 Rollup 的 Vue I18n 插件,旨在简化 Vue 项目中的国际化配置和资源管理。它提供了一套自动化的解决方案,帮助开发者更轻松地实现应用的国际化需求。 主要功能 自动化加载和编译:@intlify/unplugin-vue-i18n 能够自动加载项目中指定的国际化资源文件(如 JSON、YAML ...
vite-plugin-vue-i18n System Info System: OS: macOS 11.6 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 78.62 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 14.17.3 -~/.nvm/versions/node/v14.17.3/bin/node Yarn: 1.22.17 - /usr/local/bin/yarn npm: ...
{ "@commitlint/cli": "^19.0.1", "@commitlint/config-conventional": "^19.0.0", "@iconify/json": "^2.2.187", "@intlify/unplugin-vue-i18n": "^2.0.0", "@purge-icons/generated": "^0.9.0", "@types/lodash-es": "^4.17.12", "@types/node": "^20.11.21", "@types/nprogress"...
unplugin-vue-i18n Readme Keywords unplugin vite vue i18nPackage Sidebar Install npm i unplugin-vue-i18n Weekly Downloads 95 Version 1.0.11 License MIT Unpacked Size 118 kB Total Files 24 Last publish a year ago Collaborators Try on RunKit Report malware ...
ERROR [unplugin-vue-i18n] Detected HTML in vesion 0.8.2 work great I use vue-i18n this: import {useLocale} from "@/composables/locale"; import messages from '@intlify/unplugin-vue-i18n/messages' export default defineNuxtPlugin(({vueApp}) => { ...
"@intlify/unplugin-vue-i18n":"2.0.0", "@types/crypto-js":"4.2.0", "@types/file-saver":"2.0.5", "@types/js-cookie":"3.0.5", Expand DownExpand Up@@ -82,9 +82,9 @@ "unplugin-vue-setup-extend-plus":"1.0.0", "vite-plugin-compression":"0.5.1", ...
unplugin-vue-i18n 1.0.11•Public• Publisheda year ago unplugin-vue-i18n Dependents (0) Install npm iunplugin-vue-i18n Version 1.0.11 License MIT Unpacked Size 118 kB Last publish a year ago Collaborators Tryon RunKit
fix(unplugin-vue-i18n): drop useClassComponent option aed0bab kazupon added Package: unplugin-vue-i18n Type: Breaking labels May 16, 2024 View details kazupon merged commit 331acf5 into main May 16, 2024 10 checks passed kazupon deleted the breaking/unplugin-drop-use-class-component...