Options
All
  • Public
  • Public/Protected
  • All
Menu

@ustra/nuxt - v2.1.0-stable

@ustra/nuxt

Nuxt 기반 어플리케이션의 기초 모델이다. Nuxt 기반의 확장 configuration, 커스톰 모듈, 플러그인, 서버 미들웨어, 어플리케이션 미들웨어, 레이아웃 등을 설정할 수 있는 표준을 제공하고, 하위 연계 라이브러리의 설정 정보를 관리한다.

가이드 : http://guide.ustraframework.kro.kr/docs/node/2.0/nuxt/index.html

tsconfig 설정

프로젝트의 tsconfig.json 파일에 type definition을 아래와 같이 추가한다.

{
  "compilerOptions": {
    "types": ["@ustra/nuxt"],
  }
}