0.3.0 • Published 3 years ago

@remocon/client v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@remocon/client

使用方式

Step.1 安装

npm install @remocon/client -S

Step.2 引入到你的项目

import Remocon from '@remocon/client';

const remocon = new Remocon({
  project: {
    name: 'PROJECT_NAME',
    version: 'PROJECT_VERSION',
  },
  host: 'localhost:8600',
  https: false,
  overwriteConsole: false,  // 启用后会介入所有console方法
});

许可证

MIT

0.3.0

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago