1.1.4 • Published 7 months ago

node-nconsole v1.1.4

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

node-nconsole

logger console for web

Getting Started

Demo NConsole

Installation

App desktop download NConsole

npm install node-nconsole

Usage

import * as React from 'react';
import { NConsole } from 'node-nconsole';

export default function Main() {
  React.useEffect(() => {
    NConsole.isEnable = true;
    NConsole.setUri('10.10.51.97');
  }, []);

  const onLog = () => {
    NConsole.log('Hello', 'World', { number: 1 });
    NConsole.group('Group', { number: 1 });
    NConsole.groupEnd();
  };

  return (
    <div>
      <button onClick={onLog}>Log</button>
    </div>
  );
} 

License

MIT


1.1.1

7 months ago

1.1.0

7 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago