Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1013 Bytes

README_zh.md

File metadata and controls

54 lines (33 loc) · 1013 Bytes

LocalJson Toolset

English | 中文

一个基于Wails实现的轻量化跨平台工具集,支持Web端和Mac、Windows和Linux等桌面端。

关于

该项目前端基于Vue3ViteNaive-UI和TypeScript实现的It-Tools, 桌面端基于Go实现的Wails, 同时感谢其他开源项目。

Screenshot

构建

运行环境要求

  • Go(最新版本)
  • Node.js >= 18
  • NPM >= 9

安装wails

go install github.com/wailsapp/wails/v2/cmd/wails@latest

拉取代码

git clone https://github.com/inRemark/localjson.git

构建前端

pnpm install --prefix ./frontend

# or

cd frontend
pnpm install

运行

wails dev

License

This project is under the GNU GPLv3.