💡
This article is not yet complete. If you have any questions, please feel free to ask in the Discussion.
Also, if you would like to contribute to this article, feel free to open a Pull Request on our GitHub Repository.
Deploy Nuxt App
Deploy your Nuxt app in Zeabur.
Step 1: Create Nuxt app (optional)
Open your terminal and run the following command to create a new Nuxt app.
pnpm dlx nuxi init <project-name>
Then, install the dependencies:
pnpm install --shamefully-hoist
ℹ️
Because pnpm uses another way to manage dependencies, you need to use --shamefully-hoist
flag to install dependencies.
If using pnpm, make sure to have .npmrc
with shamefully-hoist=true
inside it before deploying.
.npmrc
shamefully-hoist=true
Step 2: Deploy
Click on Add new service button, then choose Deploy your source code.
Search for your Nuxt App repository, click on import, your Nuxt App will start deploying.