Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.88 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.88 KB
logo

Console SDK

NPM publish CI javascript style guide
Coverage Status

This repository is used to configure your microfrontend, as Mia platform Console extensions, easily See the specific monorepo readme to using this library

Monorepo packages

  • Console SDK: An abstract interface used within helper repositories. Read more
  • Vite helpers: Used to configure the microfrontend with vite. Read more
  • Webpack helpers: Used to configure the microfrontend with webpack. Read more

Install

To use this repository

npm install @mia-platform/console-sdk-microfrontend
npm install @mia-platform/console-sdk-vite-helpers
npm install @mia-platform/console-sdk-webapack-helpers

Local Development

For local development, you can run:

pnpm install && pnpm test

To run tests on a specific package:

pnpm --filter <package.json name> <script>

or using the prepared script

pnpm types test
pnpm sdk test
pnpm vh test
pnpm wh test