Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 575 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 575 Bytes

代码高亮示例代码

本项目是使用React + prismjs实现代码高亮示例。

使用

项目需要先全局安装依赖库umi

npm install -g umi

然后Clone项目在运行

git clone https://github.com/scfido/codeHighlighter
cd codeHighlighter
npm install
npm start

效果

浏览器访问http://localhost:3000

参考