Olek Blog
Home
# Nuxt3 无法初始化问题 ```powershell # macos & Linux export NUXI_INIT_REGISTRY="https://gitee.com/hzgotb/nuxt-starter/raw/templates/templates" && npx nuxi@latest init nuxt-blog # powershell $env:NUXI_INIT_REGISTRY="https://gitee.com/hzgotb/nuxt-starter/raw/templates/templates" npx nuxi@latest init nuxt-blog ```