13 Star 90 Fork 19

Nick Zhang / vue-i18n-generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick 提交于 2021-11-24 15:01 . 修复换行符\r的问题
{
"name": "vue-i18n-cli",
"version": "2.0.11",
"description": "vue-i18n util",
"keywords": ["vue","i18n","工具"],
"main": "generate.js",
"bin": {
"i18n": "bin/i18n.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/thesadboy/vue-i18n-generator.git"
},
"bugs": {
"url": "https://gitee.com/thesadboy/vue-i18n-generator/issues"
},
"author": "thesadboy@qq.com",
"license": "MIT",
"dependencies": {
"colors": "^1.3.0",
"commander": "^2.16.0"
}
}
NodeJS
1
https://gitee.com/thesadboy/vue-i18n-generator.git
git@gitee.com:thesadboy/vue-i18n-generator.git
thesadboy
vue-i18n-generator
vue-i18n-generator
master

搜索帮助