Create project

Create a Vue project using Nuxt.

Shell
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.

Shell
❯ 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.

Shell
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

Shell
npm install node-appwrite