该存储库已弃用,请使用 。 介绍 在koajs中使用i18next的中间件。 入门 安装依赖 npm install koa-i18next 与后端一起工作 const koa = require ( 'koa' ) const i18next = require ( 'i18next' ) const Backend = require ( 'i18next-sync-fs-backend' ) // or i18next-node-fs-backend const koaI18next = require ( 'koa-i18next' ) i18next . use ( Backend ) . init ( { backend : { // translation resources loadPath : path . resolve ( '.
2021-09-08 16:07:03 9KB JavaScript
1
基于Koajs+react开发项目
2021-08-20 15:13:19 1.35MB koajs react
koajs学习
2021-08-06 17:08:33 746KB node koa js
1