Package Exports
- @vue-office/excel/lib/v3/vue-office-excel.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vue-office/excel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
项目启动
# 进入源码目录
cd core
# 安装依赖,推荐用pnpm
pnpm i
# 开发+预览效果
npm run dev发包
发包之前首先要对各个库进行打包,支持一键打包
npm run lib也可以针对单个库进行打包,具体见package.json中的script,如对vue-excel进行打包
npm run lib:vue-excel进入单个包目录,进行发包
cd packages/vue-excel
npm publish