W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
我們可以在某些生命周期事件中注冊鉤子。
// Add hook for build
this.nuxt.hook('build:done', (builder) => {
...
})
Hook | Arguments | When |
---|---|---|
build:before | (nuxt, buildOptions) | 在Nuxt構(gòu)建開始之前 |
build:templates | ({ templateFiles, templateVars, resolve }) | 生成.nuxt 模板文件 |
build:extendRoutes | (routes, resolve) | 生成 路由 |
build:compile | ({ name, compiler }) | 在webpack編譯之前(編譯器是webpack編譯器 實例),如果是通用模式,則調(diào)用兩次名稱為'client' 和'server' |
build:compiled | ({ name, compiler, stats }) | webpack構(gòu)建完成 |
build:done | (nuxt) | Nuxt構(gòu)建完成 |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: