This repository is used to configure your microfrontend, as Mia platform Console extensions, easily See the specific monorepo readme to using this library
- 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
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
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