Giter Site home page Giter Site logo

izackey / i18n-management-platform Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 1.44 MB

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

JavaScript 68.41% HTML 0.49% Vue 24.89% SCSS 6.22%

i18n-management-platform's Introduction

多语言包管理平台

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

该平台采用 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/即可打开本项目。
  • 最后就可以注册帐号登录尽情体验了!

i18n-management-platform's People

Stargazers

 avatar  avatar iZackey avatar

Watchers

iZackey avatar

Forkers

pinkuburu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.