nexo/services/core/webapp/platform/components
2026-05-30 08:01:21 +09:00
..
src chore(upstream): refresh core snapshot 2026-05-30 08:01:21 +09:00
.eslintrc.json Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
babel.config.js Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
CLAUDE.OPTIONAL.md chore(upstream): refresh core snapshot 2026-05-30 08:01:21 +09:00
jest.config.js Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
package.json chore(upstream): refresh core snapshot 2026-05-30 08:01:21 +09:00
README.md Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
rollup.config.js Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
setup_jest.ts Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
tsconfig.json Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00

Mattermost Components

The goal of this package is to be a place where components common to all products can be shared.

Currently a work in progress. Next steps involve implementing webpack module federation in the webapp and locking down how the development experience will work for the webapp multi product architecture.

Usage

Coming soon with multi product architecture.

Compilation

Building is done using rollup. This must be done so the webapp webpack will pick up the changes. (multi product development experience coming soon)

npm run build

or from the root of the webapp with

npm run build --workspace=platform/components