UNPKG
@antmove/wx-alipay
Version:
latest (1.2.12)
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.3
1.2.2
1.2.1
1.2.0
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.4
1.1.3
1.1.2
1.1.1
1.0.66
1.0.64
1.0.62
1.0.61
1.0.56
1.0.52
1.0.51
1.0.48
1.0.47
1.0.46
1.0.45
1.0.44
1.0.43
1.0.42
1.0.41
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.28
1.0.27
1.0.23
1.0.22
1.0.21
1.0.20
1.0.16
1.0.9
1.0.8
1.0.7
1.0.6
1.0.3
0.2.29
0.2.28
0.2.27
0.2.26
0.2.25
0.2.24
0.2.23
0.2.22
0.2.20
0.2.12
0.2.11
0.2.10
0.2.4
0.1.28
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20
0.1.19
0.1.17
0.1.16
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
transform wechat miniprogram to alipay miniprogram tool.
@antmove/wx-alipay
/
generate
/
generateMiniProjectJson.js
11 lines
(9 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
path =
require
(
'path'
)
const
fs =
require
(
'fs-extra'
)
module
.
exports
=
function
(
output
) {
const
jsonStr =
`{ "component2": true }`
const
miniPath = path.
join
(output,
'mini.project.json'
) fs.
outputFile
(miniPath, jsonStr) }