Geen omschrijving

DESKTOP-T61HUSC\user 21f4da7a32 낚시분야 완료 1 maand geleden
.vscode 3a1ca83da8 first commit 1 maand geleden
app 21f4da7a32 낚시분야 완료 1 maand geleden
backend 21f4da7a32 낚시분야 완료 1 maand geleden
docs 3a1ca83da8 first commit 1 maand geleden
public 3a1ca83da8 first commit 1 maand geleden
.gitignore 3a1ca83da8 first commit 1 maand geleden
.pnp.cjs 3a1ca83da8 first commit 1 maand geleden
.pnp.loader.mjs 3a1ca83da8 first commit 1 maand geleden
README.md 3a1ca83da8 first commit 1 maand geleden
db.vuerd.json 21f4da7a32 낚시분야 완료 1 maand geleden
eslint.config.mjs 3a1ca83da8 first commit 1 maand geleden
nuxt.config.ts 3a1ca83da8 first commit 1 maand geleden
package-lock.json 3a1ca83da8 first commit 1 maand geleden
package.json 3a1ca83da8 first commit 1 maand geleden
piratezone_key_20260526.pem 3a1ca83da8 first commit 1 maand geleden
tsconfig.json 3a1ca83da8 first commit 1 maand geleden

README.md

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

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

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.