2 Star 6 Fork 1

zackey / i18n-management-platform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

多语言包管理平台

随着越来越多的项目需要做多语言包管理,语言包文件变得越来越庞大,传统的考手动维护语言包变得越来越费力,总是会出现中英文对不上,或者漏掉翻译的情况,该平台可以系统的管理这些语言包。

该平台采用 Node.js + Egg.js + Mysql + Vue + ElementUI 作为技术栈,便于前端同学维护。

目录结构说明

|- front-end  //后端部分
|- server //前端部分

部署说明

首先需要一台服务器主机,操作系统可以是windows或者Linux,安装好Node环境、Mysql数据库环境。

  • 创建一个新数据库,数据名假如取名为fed_i18n,字符编码为utf8 .
  • 进入/server/data_bakup目录找到data.sql, 把该sql脚本执行恢复到fed_i18n数据库中。
  • 进入/config/config.default.js文件,修改数据库连接配置。
  • 进入/front-end目录,执行npm i命令,再执行npm run build编译前端部分代码,将生成的dist目录中的代码全部拷贝至/server/public目录中。
  • 进入/server/并运行npm run start把后端项目跑起来,这个时候在浏览器访问http://127.0.0.1:7001/即可打开本项目。
  • 最后就可以注册帐号登录尽情体验了!
MIT License Copyright (c) 2021 zhqiok Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

i18n多语言包管理平台该平台采用 Node.js + Egg.js + Mysql + Vue + ElementUI 作为技术栈,便于前端同学维护。 展开 收起
JavaScript 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/zhqiok/i18n-management-platform.git
git@gitee.com:zhqiok/i18n-management-platform.git
zhqiok
i18n-management-platform
i18n-management-platform
master

搜索帮助