/ c4f / front /

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