A Sumor Cloud Tool.
More Documentation
Sumor cloud app framework, a framework for building cloud applications.
npm i @sumor/cloud-app --save
Require Node.JS version 18.x or above
As this package is written in ES module,
please change the following code in your package.json
file:
{
"type": "module"
}