Skip to content

dongmook-lee/edgecraft-designer-fork

 
 

Repository files navigation

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 설정

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.3%
  • Vue 32.5%
  • SCSS 7.2%