docx file preview
npm install docx-js
> 纯js实现的docx文件预览 在线地址
``js
js
import Docx from 'docx-js'
Docx.docx2HTML(evt.target.files[0]).then(docx => { docx.toHTML(document.getElementById('app'))});``