HiPoster 0.0.9新版本发布-支持ubuntu,debian,macosx,windows10+

wandercn · · 1170 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

# HiPoster [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/obity/hiposter?color=peru)](https://github.com/obity/hiposter/releases/latest) [![Lines of code](https://img.shields.io/tokei/lines/github/obity/hiposter.svg?color=beige)](#) [![Downloads of releases](https://img.shields.io/github/downloads/obity/hiposter/total.svg?color=lavender)](https://github.com/obity/hiposter/releases/latest) [![GPL3 licensed](https://img.shields.io/github/license/obity/hiposter.svg)](./LICENSE) HiPoster is a simple and efficient http API testing client tool. Based on Wails, Go and sveltejs. <!-- ![HiPoster](https://static.golangjob.cn/230228/2e7957e16ac00f57f77ac6d346bfee5e.png =100x100) --> <img src="https://static.golangjob.cn/230228/2e7957e16ac00f57f77ac6d346bfee5e.png" width = "100" height = "100" alt="HiPoster" align=center /> ## Live Development To run in live development mode, run `wails dev` in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools. ## Building To build a redistributable, production mode package, use `wails build`. ```shell # Building target: darwin/arm64 • Generating bindings: Done. • Installing frontend dependencies: Done. • Compiling frontend: Done. • Compiling application: Done. • Packaging application: Done. Built '/Users/lsmiao/workspace/src/github.com/obity/hiposter/build/bin/hiposter.app/Contents/MacOS/hiposter' in 6.339s. ``` # FAQ 1. macOS系统限制,提示”提示文件已损坏”,处理方法。 sudo xattr -d com.apple.quarantine /Applications/xxxx.app,注意:/Applications/xxxx.app 换成你的App路径。指定放行,删除com.apple.quarantine元数据文件,使您可以执行可执行文件。 2. Install on Debian/Ubuntu x86_64 ``` dpkg -i ./hiposter_linux_amd64_v0.0.8.deb ``` or ``` apt install ./hiposter_linux_amd64_v0.0.8.deb ``` 3. Install on Debian/Ubuntu ARM64 ``` dpkg -i ./hiposter_linux_arm64_v0.0.8.deb ``` or ``` apt install ./hiposter_linux_arm64_v0.0.8.deb ``` # Screen ![](https://static.golangjob.cn/230418/0cd9d73d500a5f7954163ada91b8fdd1.jpg)

有疑问加站长微信联系(非本文作者))

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1170 次点击  ∙  1 赞  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传