https://github.com/renhongl/code-online
Open source online javascript editor
https://github.com/renhongl/code-online
angular8 editor javascript
Last synced: 11 months ago
JSON representation
Open source online javascript editor
- Host: GitHub
- URL: https://github.com/renhongl/code-online
- Owner: renhongl
- Created: 2019-11-07T03:50:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:29:44.000Z (about 3 years ago)
- Last Synced: 2025-04-13T07:12:53.406Z (11 months ago)
- Topics: angular8, editor, javascript
- Language: JavaScript
- Homepage: https://renhongl.github.io/code-online#/
- Size: 7.53 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS在线编辑器:
是一个Javascript在线编辑器。
是一个完全由前端语言Angular开发的编辑器, 没有服务器端。
在线演示: [Demo](https://renhongl.github.io/code-online#/)




# 文档
- [简体中文](https://github.com/renhongl/code-online)
- [English](https://github.com/renhongl/code-online/blob/master/docs/english.md)
# 新特性
- 支持切换编辑器视角区域
- 支持全屏预览,并且实时更新
- 支持导出整个页面源代码
- 编辑器增强
- 控制台可视化
- 作品展示页面
你也可以:
- 添加JS或者CSS库来创作更丰富的应用
- 在Babel环境中使用更新的ES语法
# 使用技术
编辑器使用了如下一些技术:
- [Angular]() - 网页增强库
- [CodeMirror]() - 多才多艺的文本编辑器
- [GitPages]() - 代码保存与部署
- [Travis]() - 自动测试与部署
# 安装
编辑器需要 [Node.js]() v8+ 去运行.
- 安装依赖: `npm install`
- 打包应用: `npm run build`
# 正在实现的列表
- 多文件的项目开发支持
- 主页例子展示,他人可通过提交代码添加例子
# 许可证
MIT