Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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的小工具
- Host: GitHub
- URL: https://github.com/andyliwr/node-word-to-html
- Owner: Andyliwr
- Created: 2018-08-13T03:54:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T08:31:38.000Z (about 3 years ago)
- Last Synced: 2024-04-14T05:17:20.378Z (7 months ago)
- Language: CSS
- Size: 74.2 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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),即可开始使用