Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheWinds/biu
:zap: a simple front-end code livereload tool
https://github.com/TheWinds/biu
biu front-end-development go golang html5 livereload
Last synced: about 2 months ago
JSON representation
:zap: a simple front-end code livereload tool
- Host: GitHub
- URL: https://github.com/TheWinds/biu
- Owner: TheWinds
- License: gpl-2.0
- Created: 2017-03-05T15:01:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T13:56:22.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T01:26:29.144Z (5 months ago)
- Topics: biu, front-end-development, go, golang, html5, livereload
- Language: Go
- Homepage:
- Size: 11.2 MB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Biu 一款简洁的前端代码实时预览工具
===
A simple front-end code livereload tool.## 特性
- :collision:自带http服务器
- :rocket:无须浏览器插件支持
- :zap:快速响应
- :cloud:跨平台支持## 效果图
![](biu.gif)## 如何使用
:bulb:[点击下载](https://github.com/TheWinds/biu/releases)
### 使用命令运行
- 您需要将Biu可执行文件加入到环境变量中让您在任意位置使用`biu`命令
### 一键直接运行
- 如果您是windows平台,通过下载包里的`bat`文件进行安装可以生成`右键菜单`,您只需一键运行。## 使用文档
| 命令 | 说明 |
| ---- | ---- |
| `biu` | 运行http服务器在默认端口8080并实时刷新 |
| `biu -p=端口号`| 运行http服务器在指定端口并实时刷新 |
| `biu -help` | 查看帮助 |## 感谢
- goquery
- go-watcher
- 提供的强力驱动