@sumor/cloud-app
v1.4.7
Published
Sumor Cloud App Framework for Node.js
Downloads
274,064
Readme
cloud-app
A Sumor Cloud Tool.
More Documentation
Sumor cloud app framework, a framework for building cloud applications.
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"
}