cloud-app

A Sumor Cloud Tool.
More Documentation
Sumor cloud app framework, a framework for building cloud applications.

CI
Test
Coverage
Audit

Installation

npm i @sumor/cloud-app --save

Prerequisites

Node.JS version

Require Node.JS version 18.x or above

require Node.JS ES module

As this package is written in ES module, please change the following code in your package.json file:

{
  "type": "module"
}