Menu

Tree [fcf27e] master /
 History

HTTPS access


File Date Author Commit
 components 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 composables 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 layouts 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 pages 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 public 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 server 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 src 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 .gitignore 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 README.md 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 app.vue 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 error.vue 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 index2.html 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 nuxt.config.ts 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 package.json 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 pnpm-lock.yaml 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 tailwind.config.js 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 tsconfig.json 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit
 uno.config.ts 2024-09-28 gaz2 gaz2 [fcf27e] Initial commit

Read Me

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.