Repo de test pour compléter l'app mobile (l'app mobile est hébergée sur github)
Find a file
Nicolas HOARAU 5f9e8cc901
Some checks are pending
ci / ci (push) Waiting to run
amélioration du process de ci
2026-01-30 00:26:04 +04:00
.github/workflows amélioration du process de ci 2026-01-30 00:26:04 +04:00
.vscode first commit 2026-01-29 23:58:45 +04:00
app first commit 2026-01-29 23:58:45 +04:00
public first commit 2026-01-29 23:58:45 +04:00
test first commit 2026-01-29 23:58:45 +04:00
tests first commit 2026-01-29 23:58:45 +04:00
.editorconfig first commit 2026-01-29 23:58:45 +04:00
.gitignore first commit 2026-01-29 23:58:45 +04:00
.nuxtrc first commit 2026-01-29 23:58:45 +04:00
bun.lock first commit 2026-01-29 23:58:45 +04:00
eslint.config.mjs first commit 2026-01-29 23:58:45 +04:00
LICENSE first commit 2026-01-29 23:58:45 +04:00
nuxt.config.ts first commit 2026-01-29 23:58:45 +04:00
package.json first commit 2026-01-29 23:58:45 +04:00
playwright.config.ts first commit 2026-01-29 23:58:45 +04:00
pnpm-lock.yaml first commit 2026-01-29 23:58:45 +04:00
pnpm-workspace.yaml first commit 2026-01-29 23:58:45 +04:00
README.md first commit 2026-01-29 23:58:45 +04:00
renovate.json first commit 2026-01-29 23:58:45 +04:00
tsconfig.json first commit 2026-01-29 23:58:45 +04:00
vitest.config.ts 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.