A lightweight cross-platform toolset based on Wails, supporting both web and desktop platforms including Mac, Windows, and Linux.
This project is a frontend implementation of It-Tools using Vue3, Vite, Naive-UI, and TypeScript. The desktop version is implemented using Wails with Go. Special thanks to other open-source projects.
- Go(latest version)
- Node.js >= 18
- NPM >= 9
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
This project is under the GNU GPLv3.