Няма описание

DESKTOP-T61HUSC\user d126d51fbb Stories > Design / Lifestyle 완료 Future 작업중 преди 1 месец
.vscode f5c0b3e351 업데이트 преди 1 месец
app d126d51fbb Stories > Design / Lifestyle 완료 Future 작업중 преди 1 месец
public d126d51fbb Stories > Design / Lifestyle 완료 Future 작업중 преди 1 месец
.gitignore eb7ac93a67 테크놀로지 완료 преди 1 месец
.pnp.cjs 5b360a3a18 + Parallax 배너 컴포넌트, Swiper 컴포넌트 , 풀사이즈 배너 텍스트1 형 컴포넌트 преди 1 месец
.pnp.loader.mjs 5b360a3a18 + Parallax 배너 컴포넌트, Swiper 컴포넌트 , 풀사이즈 배너 텍스트1 형 컴포넌트 преди 1 месец
README.md 3f3faec8e1 first commit преди 1 месец
eslint.config.mjs f5c0b3e351 업데이트 преди 1 месец
nuxt.config.ts 8b3dd31b20 Merge remote-tracking branch 'origin/master' преди 1 месец
package-lock.json 5b360a3a18 + Parallax 배너 컴포넌트, Swiper 컴포넌트 , 풀사이즈 배너 텍스트1 형 컴포넌트 преди 1 месец
package.json 5b360a3a18 + Parallax 배너 컴포넌트, Swiper 컴포넌트 , 풀사이즈 배너 텍스트1 형 컴포넌트 преди 1 месец
tsconfig.json f5c0b3e351 업데이트 преди 1 месец

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.