/ c4f / front /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]assets/7 months ago -  
[DIR]components/7 months ago -  
[DIR]content/7 months ago -  
[DIR]layouts/7 months ago -  
[DIR]node_modules/7 months ago -  
[DIR]pages/7 months ago -  
[DIR]plugins/7 months ago -  
[DIR]public/7 months ago -  
[DIR]server/7 months ago -  
[DIR]utils/7 months ago -  
[TXT]README.md7 months ago842 8d86cb0 first commit [كارل مبارك]
[TXT]nuxt.config.ts7 months ago528 a412e19 redirect to receipts [كارل مبارك]
[   ]package-lock.json7 months ago536K2d86d5c added .env config [كارل مبارك]
[   ]package.json7 months ago677 2d86d5c added .env config [كارل مبارك]
[   ]tsconfig.json7 months ago 94 8d86cb0 first commit [كارل مبارك]
README.md

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.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80