hello-html2md部署
hello-html2md部署
简介
hello-hmtl2md是一个将html转为md文件的工具
github地址:GitHub - helloworld-Co/html2md: helloworld 开发者社区开源的一个轻量级,强大的 html 一键转 md 工具,支持多平台文章一键转换,并保存下载到本地。
部署过程
1.安装node
版本为12.18.2
node地址:Node.js (nodejs.org)
npm设置为淘宝源:
npm config set registry https://registry.npm.taobao.org
npm config get registry //查看是否设置成功
2. git克隆
git clone https://github.com/helloworld-Co/html2md.git
3. 安装运行
npm权限错误:
npm install --unsafe-perm=true --allow-root
npm install
npm run dev
之后便可在3031端口查看了
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 zeropava!
评论






