Geen omschrijving

송용우 ba5b434ae7 폴더 이동 1 maand geleden
.vscode f5c0b3e351 업데이트 1 maand geleden
app ba5b434ae7 폴더 이동 1 maand geleden
public 6abf3ef4bb + 서비스 센터 작업 1 maand geleden
.gitignore eb7ac93a67 테크놀로지 완료 1 maand geleden
.pnp.cjs 5b360a3a18 + Parallax 배너 컴포넌트, Swiper 컴포넌트 , 풀사이즈 배너 텍스트1 형 컴포넌트 1 maand geleden
.pnp.loader.mjs 5b360a3a18 + Parallax 배너 컴포넌트, Swiper 컴포넌트 , 풀사이즈 배너 텍스트1 형 컴포넌트 1 maand geleden
README.md 3f3faec8e1 first commit 1 maand geleden
eslint.config.mjs f5c0b3e351 업데이트 1 maand geleden
nuxt.config.ts 8b3dd31b20 Merge remote-tracking branch 'origin/master' 1 maand geleden
package-lock.json 5b360a3a18 + Parallax 배너 컴포넌트, Swiper 컴포넌트 , 풀사이즈 배너 텍스트1 형 컴포넌트 1 maand geleden
package.json 5b360a3a18 + Parallax 배너 컴포넌트, Swiper 컴포넌트 , 풀사이즈 배너 텍스트1 형 컴포넌트 1 maand geleden
tsconfig.json f5c0b3e351 업데이트 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.