Docs
Skip to content

Nuxt SSR

Create project_

Add authentication to a Nuxt project using Appwrite.

1 min read

Raw

Create a Vue project using Nuxt.

Bash
npx nuxi@latest init my-nuxt-project

The command will give you a prompt with several options, the prompt will be something similar to this.

Bash
❯ Which package manager would you like to use?
● npm
❯ Initialize git repository?
● Yes

After the prompt is finished, you can head over to the newly created project.

Bash
cd my-nuxt-project

Install Appwrite

Appwrite provides a Node SDK that can be used in your Nuxt apps. You can use Appwrite by installing the Node SDK as an NPM package. The Node SDK is intended for server-side use. If you want to use Appwrite in a client-side application, you should use the Web SDK instead

Bash
npm install node-appwrite

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.