https://github.com/lwdgit/ruff-online-editor
ruff在线测试工具
https://github.com/lwdgit/ruff-online-editor
Last synced: 11 months ago
JSON representation
ruff在线测试工具
- Host: GitHub
- URL: https://github.com/lwdgit/ruff-online-editor
- Owner: lwdgit
- Created: 2017-06-25T03:35:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T16:37:27.000Z (almost 9 years ago)
- Last Synced: 2025-02-23T08:46:38.010Z (over 1 year ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruff 在线测试
## Quick Start
```sh
> git clone git@github.com:lwdgit/ruff-online-editor.git
> cd ruff-online-editor
> rap deploy -s
> open http://192.168.78.1:8080
```
> 你也可以直接将 https://raw.githubusercontent.com/lwdgit/ruff-online-editor/master/src/index.js 下载到你的工程目录直接测试。
> 注意: 测试代码不需要再放在 `$.ready`和`$.end`里面了,直接编写目标代码即可。
> 目前版本用了很多新语法,请使用最新浏览器打开,建议浏览器 > Chrome 58
## TODO
- [x] 改用ace做为代码编辑器
- [x] 完善输出
- [ ] 模块化导出