2.0.3 • Published 10 months ago

@webpart/server-core v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@webpart/server-core

用于开发阶段的本地 web 服务器的核心部分。

安装

npm install --save-dev @webpart/server-core

示例

const server = require('@webpart/server-core');

let config = {
    port: 'auto',       //必选,端口号。
    beginPort: 3001,    //当 port 为 `auto` 时,开始搜索的端口号。
};

const app = server.start(config, function (server) {
    console.log('server:', server);
});
2.0.3

10 months ago

2.0.2

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago