Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andyliwr/node-word-to-html

一个使用node将word转成html的小工具
https://github.com/andyliwr/node-word-to-html

Last synced: 9 days ago
JSON representation

一个使用node将word转成html的小工具

Awesome Lists containing this project

README

        

# Html 转成 Word 的小工具

README: [English](README_en.md) | [中文](README.md)

使用 `koa` 写了一个小网站,上传 `word` 文档即可将 `word` 转成 `html`,并且有可编辑 `html`。编辑好了之后只需要点击上传就能将 `html` 生成访问链接

[![npm](https://img.shields.io/npm/dw/localeval.svg)](https://github.com/Andyliwr/h5-navigator)

[查看 demo]()

## 功能

1. word 转 html
2. 编辑 html
3. 生成访问链接

## 用法

- 下载源代码

```
git clone https://github.com/Andyliwr/node-word-to-html.git
```

请注意在引入`zepto`之后引入`dist/navigator.min.js`

- 安装依赖并启动项目

```
npm install
npm run dev
```

- 打开项目访问地址

在浏览器中访问[http://localhost:3000](http://localhost:3000),即可开始使用