Skip to content

Mia-Platform Console SDK holds all packages that helps to integrate your software with the Mia-Platform ecosystem

License

Notifications You must be signed in to change notification settings

mia-platform/console-sdk

Repository files navigation

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

Monorepos

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