1 Star 0 Fork 64

zhangxiaolong / vue-office

forked from 叶继增 / vue-office 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
hit757 提交于 2023-02-05 19:43 . change: 同时支持vue2/3
{
"name": "vue-office",
"version": "0.1.0",
"description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel(已实现)的预览",
"scripts": {},
"dependencies": {
"docx-preview": "^0.1.14",
"exceljs": "^4.3.0",
"lodash": "^4.17.21",
"rimraf": "^4.1.2",
"tinycolor2": "^1.6.0",
"vue-demi": "^0.13.11",
"x-data-spreadsheet": "^1.1.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/composition-api": "^1.7.1",
"lerna": "^6.4.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"vite": "^4.0.0",
"vite-plugin-require-transform": "^1.0.9",
"vite-plugin-vue2": "^2.0.3",
"vue-template-compiler": "2.6.14",
"vue2": "npm:vue@2.6.14",
"vue3": "npm:vue@3.2.45"
},
"workspaces": [
"packages/*"
],
"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_"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zxl2016/vue-office.git
git@gitee.com:zxl2016/vue-office.git
zxl2016
vue-office
vue-office
master

搜索帮助