Create a Vue project using Nuxt.
Bash
npx nuxi@latest init my-nuxt-projectThe 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?● YesAfter the prompt is finished, you can head over to the newly created project.
Bash
cd my-nuxt-projectInstall 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-appwriteWas this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.