Repo de test pour compléter l'app mobile (l'app mobile est hébergée sur github)
Find a file
Nicolas HOARAU 8a4642980f
Some checks failed
ci / ci (push) Failing after 38s
ignore opencode config
2026-05-31 22:25:19 +04:00
.codacy feat(api): initialize NestJS application with basic structure and configurations 2026-02-23 23:01:56 +04:00
.github/workflows tentative supplémentaire CI 2026-01-30 01:02:10 +04:00
.vscode setup connexion bdd 2026-02-23 23:23:08 +04:00
apps fix api dev 2026-05-31 22:24:15 +04:00
packages/db fix api dev 2026-05-31 22:24:15 +04:00
.gitignore ignore opencode config 2026-05-31 22:25:19 +04:00
LICENSE first commit 2026-01-29 23:58:45 +04:00
package.json fix api dev 2026-05-31 22:24:15 +04:00
pnpm-lock.yaml fix api dev 2026-05-31 22:24:15 +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
turbo.json fix api dev 2026-05-31 22:24:15 +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.