1.6.0 • Published 8 months ago

blip-microfront-communicator v1.6.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Introduction

This project was designed to carry out communication between microfrontends and microfrontend consumers through the Blip projects

Project Stack

  • Main framework: Node v16.17.1;
  • Language: Typescript;
  • Commit hooks: Take;

Development and Usage

  1. Clone this repo;
  2. Link project with npm link
  3. Install dependencie in consumer project with npm install microfront-communicator

Tests

Use the sufix *.spec.ts when writing unit test suites and *.test.ts when writing integration tests. Doing this, you'll be able to run then with separate scripts, such as:

  • npm run test:unit -> for unit tests
  • npm run test:unit -> for integration tests
  • npm run test:verbose -> for all tests, not suppressing logs
  • npm run test:coverage -> for all tests, with coverage report (available on /coverage/Icov-report/index.html)
  • npm run lint -> lint analyze
1.6.0

8 months ago

1.5.0

8 months ago

1.4.0

8 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago