Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.23 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.23 KB

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

Validation

Cluster

  • NodeCount > 0
  • Master HA 구성 갯수 및 취소 시 초기화

Node

개발환경 설정 (Nuxt3 RC4)

프로그램 설치 및 설정

Vscode 설정

  • 기존 플러그인과 충돌이 난다면 기존 플러그인을 중지 한다.