simple-json-editor

所属分类:WEB开发
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-10-21 14:23:59
上 传 者sh-1993
说明:  一个非常简单的json查看器编辑器,
(A very simple json viewer editor,)

文件列表:
app.go (6451, 2023-11-11)
build/ (0, 2023-11-11)
build/appicon.png (13972, 2023-11-11)
build/windows/ (0, 2023-11-11)
build/windows/icon.ico (24351, 2023-11-11)
frontend/ (0, 2023-11-11)
frontend/index.html (261, 2023-11-11)
frontend/package-lock.json (36912, 2023-11-11)
frontend/package.json (264, 2023-11-11)
frontend/package.json.md5 (32, 2023-11-11)
frontend/src/ (0, 2023-11-11)
frontend/src/darktheme.css (2426, 2023-11-11)
frontend/src/languages/ (0, 2023-11-11)
frontend/src/languages/hu.js (5294, 2023-11-11)
frontend/src/main.css (132, 2023-11-11)
frontend/src/main.js (4337, 2023-11-11)
frontend/wailsjs/ (0, 2023-11-11)
frontend/wailsjs/go/ (0, 2023-11-11)
frontend/wailsjs/go/main/ (0, 2023-11-11)
frontend/wailsjs/go/main/App.d.ts (559, 2023-11-11)
frontend/wailsjs/go/main/App.js (914, 2023-11-11)
frontend/wailsjs/runtime/ (0, 2023-11-11)
frontend/wailsjs/runtime/package.json (538, 2023-11-11)
frontend/wailsjs/runtime/runtime.d.ts (10405, 2023-11-11)
frontend/wailsjs/runtime/runtime.js (4346, 2023-11-11)
go.mod (1325, 2023-11-11)
go.sum (8151, 2023-11-11)
internal/ (0, 2023-11-11)
internal/lang/ (0, 2023-11-11)
internal/lang/lang.go (854, 2023-11-11)
json-editor.desktop (282, 2023-11-11)
listeners.go (1631, 2023-11-11)
main.go (2856, 2023-11-11)
wails.json (303, 2023-11-11)

# README ## About This is a simple json editor made with [wails](https://wails.io) and [jsoneditor](https://github.com/josdejong/jsoneditor) jsoneditor has nice features, so this is a wrapper around it, can be used to open json files as default appication. ## Desktop file & default application Change the json-editor.desktop file and copy it to `~/.local/share/applications`. If you would like to use it as default for *.json, add a new line `application/json=json-editor.desktop` to `~/.local/share/applications/defaults.list` Sould be able to register it on first start, maybe this could be added later. ## Live Development To run in live development mode, run `wails dev` in the project directory. The frontend dev server will run on http://localhost:34115. Open this in your browser to connect to your application. ## Building For a production build, use `wails build`.

近期下载者

相关文件


收藏者