NuxtAuthDashboardRepository/frontend
2025-04-21 18:13:49 +05:30
..
app added images 2025-04-21 18:13:49 +05:30
pages edit(update) working 2025-04-21 14:34:04 +05:30
public added images 2025-04-21 18:13:49 +05:30
server Appwrite auth 2025-04-21 08:50:19 +05:30
.gitignore Appwrite auth 2025-04-21 08:50:19 +05:30
app.vue Appwrite auth 2025-04-21 08:50:19 +05:30
docker-compose.yml successfully working CRUD with directus 2025-04-21 14:24:21 +05:30
nuxt.config.ts successfully working CRUD with directus 2025-04-21 14:24:21 +05:30
package-lock.json successfully working CRUD with directus 2025-04-21 14:24:21 +05:30
package.json successfully working CRUD with directus 2025-04-21 14:24:21 +05:30
README.md Appwrite auth 2025-04-21 08:50:19 +05:30
tsconfig.json Appwrite auth 2025-04-21 08:50:19 +05:30

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.