Docs
Skip to content

Vue

Create app_

Create and app with Appwrite Cloud and Vue.js.

1 min read

Raw

Create Vue project

Create a Vue app with the npm create command.

Bash
npm create vite@latest --template vue ideas-tracker && cd ideas-tracker

Add dependencies

Install the JavaScript Appwrite SDK.

Bash
npm install appwrite

You can start the development server to watch your app update in the browser as you make changes.

Bash
npm run dev -- --open --port 3000

Was this page helpful?

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