cloud-app

A Sumor Cloud Tool.
더 많은 문서 Sumor cloud app framework, a framework for building cloud applications.

CI Test Coverage Audit

Installation

npm i @sumor/cloud-app --save

Prerequisites

Node.JS 버전

Node.JS 버전 16.x 이상이 필요합니다.

Node.JS ES 모듈 필요

이 패키지는 ES 모듈로 작성되었으므로, package.json 파일에서 다음 코드를 변경해주세요:

{
  "type": "module"
}

Usage