Repo de test pour compléter l'app mobile (l'app mobile est hébergée sur github)
Find a file
= e2114f5b7f
Some checks failed
ci / ci (push) Failing after 53s
chore: migration vers monorepo
2026-02-23 21:10:28 +04:00
.github/workflows tentative supplémentaire CI 2026-01-30 01:02:10 +04:00
.vscode first commit 2026-01-29 23:58:45 +04:00
apps/web chore: migration vers monorepo 2026-02-23 21:10:28 +04:00
packages/db chore: migration vers monorepo 2026-02-23 21:10:28 +04:00
.gitignore chore: migration vers monorepo 2026-02-23 21:10:28 +04:00
LICENSE first commit 2026-01-29 23:58:45 +04:00
package.json chore: migration vers monorepo 2026-02-23 21:10:28 +04:00
pnpm-lock.yaml chore: migration vers monorepo 2026-02-23 21:10:28 +04:00
pnpm-workspace.yaml chore: migration vers monorepo 2026-02-23 21:10:28 +04:00
README.md first commit 2026-01-29 23:58:45 +04:00

Nuxt Starter Template

Nuxt UI

Use this template to get started with Nuxt UI quickly.

Nuxt Starter Template

The starter template for Vue is on https://github.com/nuxt-ui-templates/starter-vue.

Quick Start

npm create nuxt@latest -- -t github:nuxt-ui-templates/starter

Deploy your own

Deploy with Vercel

Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.