An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# JS在线编辑器:

是一个Javascript在线编辑器。

是一个完全由前端语言Angular开发的编辑器, 没有服务器端。

在线演示: [Demo](https://renhongl.github.io/code-online#/)

example2

example2

example1

example2

# 文档

- [简体中文](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