# live-code **Repository Path**: soluteli/live-code ## Basic Information - **Project Name**: live-code - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-08 - **Last Updated**: 2021-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 快速开始 本项目使用 [parcel](https://www.parceljs.cn/) 作为构建工具。 安装 parcel ``` yarn global add parcel-bundler ``` 或者 ``` npm install -g parcel-bundler ``` 启动 ``` parcel index.html ``` ## TODO - [ ] 代码高亮 - [ ] 快捷键 - [ ] 复制 - [ ] 全屏 ## 参考链接 - [antv demo.js](https://github.com/antvis/site/blob/master/theme/default/src/demo.js) - [antv demo.html](https://github.com/antvis/site/blob/master/theme/default/templates/demo.html) - [codemirror](https://github.com/codemirror)