UNPKG
create-unibest
Version:
latest (4.0.16)
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.3.0
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.11
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.1
3.0.0
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.0.0
1.19.0
1.18.7
1.18.6
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.1
1.17.0
1.16.0
1.15.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
快速创建 unibest 项目的脚手架工具
unibest.tech
create-unibest
/
features
/
i18n
/
hooks.js
8 lines
(6 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
async
function
preApply
(
ctx
) {
console
.
log
(
`[i18n] Pre-apply for
${ctx.projectPath}
`
) }
export
async
function
postApply
(
ctx
) {
console
.
log
(
`[i18n] Post-apply for
${ctx.projectPath}
`
) }