UNPKG
@code-zhf/export-json-2-excel
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
export arrayJson to excel
github.com/codezhanghefei/ExportJson2Excel
codezhanghefei/ExportJson2Excel
@code-zhf/export-json-2-excel
/
DEV.md
15 lines
(13 loc)
•
133 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## 安装依赖
``
` npm install `
``
## 打包
``
`js npm run build `
``
## 发包
``
`js npm version patch/minor/major npm publish `
``