支持日语五十音,平片假名、罗马音、词义转换、百度翻译功能,方便日语初学者学习日语发音
介绍
采用vite+vue3+ts技术栈开发, pinia管理全局化。主要是为了日语入门学习五十音, 以及日语句子罗马 发音对照练习。
参考以下两个项目完成
https://github.com/hexenq/kuroshiro
https://github.com/takuyaa/kuromoji.js
使用:
安装
使用Npm或其他包管理器安装依赖
npm install
百度翻译插件
translationService.ts
const BaiduSecertKey:string = "" //百度开放平台创建免费应用获取key
const BaiduAppID:string = ""
启动web服务器
vite
构建项目
npm run build
github项目地址:
https://github.com/MRXKing/Ninjia
游览地址
Ninjia