Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 251 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 251 Bytes

简介

一个将md文档转化为HTML的web应用。

效果图

技术

marked: 将md转化为html片段的js包

node.js : 搭建服务器

run


npm install

npm run dev

访问 http://127.0.0.1:8088