@nestcloud/core
TypeScript icon, indicating that this package has built-in type declarations

0.6.13 • Public • Published

NestCloud - Core

NPM Version Package License NPM Downloads Travis Linux Coverage

Description

NestCloud core component.

中文文档

Installation

$ npm install @nestcloud/core --save

Usage

import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import { NestCloud } from '@nestcloud/core';

async function bootstrap() {
    const app = NestCloud.create(await NestFactory.create(AppModule));
    await app.listen(3000);
}

bootstrap();

Stay in touch

License

NestCloud is MIT licensed.

Readme

Keywords

none

Package Sidebar

Install

npm i @nestcloud/core

Weekly Downloads

1,279

Version

0.6.13

License

MIT

Unpacked Size

9.97 kB

Total Files

9

Last publish

Collaborators

  • zfeng