使用 koa
写了一个小网站,上传 word
文档即可将 word
转成 html
,并且有可编辑 html
。编辑好了之后只需要点击上传就能将 html
生成访问链接
- word 转 html
- 编辑 html
- 生成访问链接
- 下载源代码
git clone https://github.com/Andyliwr/node-word-to-html.git
请注意在引入zepto
之后引入dist/navigator.min.js
- 安装依赖并启动项目
npm install
npm run dev
- 打开项目访问地址
在浏览器中访问http://localhost:3000,即可开始使用