Repo de test pour compléter l'app mobile (l'app mobile est hébergée sur github)
Find a file
= e1616c7bdc
Some checks failed
ci / ci (push) Failing after 29s
test
2026-02-24 23:17:10 +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 test 2026-02-24 23:17:10 +04:00
packages/db setup du schéma de base pour commencer, on améliorera ensuite 2026-02-23 22:04:22 +04:00
.gitignore feat(api): initialize NestJS application with basic structure and configurations 2026-02-23 23:01:56 +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 setup connexion bdd 2026-02-23 23:23:08 +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.