laravel多语言文件生成vue多语言文件命令(麻烦的就是每次改变文件都要执行下这个命令😒) $ php artisan vue-i18n:generate 回到前端部分 安装vue-i18n,npm或yarn,项目用的是哪个就用哪个安装 $ npm i -S vue-i18n $ yarn add vue-i18n 三、使用vue-i18n 主入口文件中导入 importVuefrom'vue'// 导入vue-i1...
{ "name": "laravel-vue-i18n", "version": "2.7.7", "author": { "name": "Francisco Madeira", "email": "xico2k@gmail.com" }, "keywords": [ "laravel", "vue", "vue3", "inertiajs" ], "repository": "https://github.com/xico2k/laravel-vue-i18n", "license": "MIT", "descri...
Actions: xiCO2k/laravel-vue-i18nActions All workflows Tests Management Caches Attestations Tests tests.yaml 82 workflow runs Event Status Branch Actor wip Tests #414: Commit 05ac140 pushed by xiCO2k test/change-from-jest-to-vitest May 6, 2024 15:38 34s docs: fallback...
关键词:vue-i18n 排序: Github Star 1 martinlindhe/laravel-vue-i18n-generator Generates a vue-i18n compatible include file from your Laravel translations. laravelvue-i18n 1177.3 W 1 Laravel 扩展 参与改进开源知识库
Generates a vue-i18n compatible include file from your Laravel translations - Actions · librenms/laravel-vue-i18n-generator
@ibrunotomecan you go undernode_modules/laravel-vue-i18n/dist/index.jsand check on the bottom of the file for the: /*** The Vue Plugin. to be used on your Vue app like this: `app.use(i18nVue)`*/exports.i18nVue={install:(app,currentOptions={})=>{options=Object.assign(Object.assi...
build(deps-dev): bump laravel-vue-i18n from 2.7.6 to 2.7.7 … Verified f85f5cc dependabot bot force-pushed the dependabot/npm_and_yarn/laravel-vue-i18n-2.7.7 branch from bcb21cd to f85f5cc Compare June 24, 2024 09:24 andreiio added this pull request to the merge queue Ju...
Allows to connect your `Laravel` Framework translation files with `Vue`. - Support for auto-loading vendor packages language paths · xiCO2k/laravel-vue-i18n@97346aa
Allows to connect your `Laravel` Framework translation files with `Vue`. - Release v2.7.7 · xiCO2k/laravel-vue-i18n
While vue-i18n does it the Laravel way using the pipe symbol |, vuex-i18n uses three collons person ::: people. I would introduce a flag in the config to be able to switch between both libs and replace the | by ::: when using vuex-i18n. Owner martinlindhe commented Oct 14, 2017 ...