https://github.com/atqq/onlinedemoeditor
在线编写Web demo与笔记的应用
https://github.com/atqq/onlinedemoeditor
Last synced: 9 months ago
JSON representation
在线编写Web demo与笔记的应用
- Host: GitHub
- URL: https://github.com/atqq/onlinedemoeditor
- Owner: ATQQ
- License: mit
- Created: 2022-08-19T15:21:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T08:03:50.000Z (over 3 years ago)
- Last Synced: 2025-04-10T01:07:43.527Z (9 months ago)
- Language: TypeScript
- Homepage: https://code.sugarat.top
- Size: 792 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OnlineDemoEditor
[在线预览](https://code.sugarat.top)
一个在线编写`Web Demo`又能记笔记的应用(PC场景)
低配版 `语雀` + `CodePen`

[图例 demo地址](https://code.sugarat.top/share/63035c10a6ea447087355f55)
## 支持的功能
* [x] 离线编写Demo
* [x] 数据云存储
* [x] 分享自己的代码与笔记
* [x] Fork它人的分享
* [ ] 编码提示
* [ ] 框架模板
* [ ] 代码主题
## 站在巨人的肩膀上
* [editorj](https://editorjs.io/) - 轻量级,可拓展的块编辑器
* [Monaco Editor](https://github.com/microsoft/monaco-editor) - 一个`666`的代码编辑器(Vs Code 编辑器部分DDDD)
* [eruda](https://github.com/liriliri/eruda) - 一个功能强大,主要用于移动端的调试工具
## 技术栈
* Web侧: Vue3 + Element UI
* 服务端: TS + Node
* 数据存储:MongoDB + Redis