/LocalDevTookit

A lightweight cross-platform toolset based on Wails, supporting both web and desktop platforms including Mac, Windows, and Linux.

Primary LanguageVueGNU General Public License v3.0GPL-3.0

LocalJson Toolset

English | 中文

A lightweight cross-platform toolset based on Wails, supporting both web and desktop platforms including Mac, Windows, and Linux.

About

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.

Screenshot

Building

Requirements

  • Go(latest version)
  • Node.js >= 18
  • NPM >= 9

Install Wails

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

Clone the Repository

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

Build Frontend Code

pnpm install --prefix ./frontend

# or

cd frontend
pnpm install

Run

wails dev

License

This project is under the GNU GPLv3.