UNPKG

@js-preview/excel

Version:

支持多种文件(**docx、excel、pdf、pptx**)预览的vue组件库,支持vue2/3。也支持非Vue框架的预览。

42 lines (41 loc) 965 B
{ "name": "@js-preview/excel", "type" :"module", "version": "1.7.14", "description": "", "main": "lib/index.js", "files": [ "lib/" ], "scripts": { "clean": "rimraf lib", "copyReadme": "cp ../../../help.md README.md", "copyType": "cp index.d.ts lib/index.d.ts", "copyCss": "cp ./index.css ./lib/index.css", "copy": "npm run copyCss && npm run copyType && npm run copyReadme", "build": "npm run clean && rollup --config rollup.config.js && npm run copy" }, "repository": { "type": "git", "url": "git@github.com:501351981/vue-office.git" }, "keywords": [ "vue", "docx", "pdf", "ppt", "excel", "docx-preview", "excel-preview", "pdf-preview" ], "license": "MIT", "author": "微信: _hit757_", "gitHead": "d20568113bec480f6ca72924f6d0c1e3b0f1fe15", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { } }