Was an electron-vue project Now it's a tauri project
Screenshot
功能
- 批次對文字檔簡繁轉換
- 支援預覽
- 現代外觀
簡介
由於一直沒有看到一個現代設計外觀又好用的簡繁字幕轉換,因此動手作一個。使用了Vue.js以及Bulma與Photon作為界面設計, 以electron作為跨平台的容器。其中使用electron-vue 以及Vue-Blu加快開發速度。
現在用 tauri 作為容器重寫,底層改用 simplecc。大幅降低 bundle size 以及大幅加快開啟速度。
- 拖曳檔案至視窗中
- 點擊該列可以預覽
- 點擊
全部轉換
。注意:考慮到使用流程順暢與失敗成本,轉換前不會警告覆蓋!
# install dependencies
yarn install
# serve with hot reload at localhost:9080
yarn tauri:serve
# build electron app for production
yarn tauri:build
More information can be found here.
This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.