@appshell/core
v0.3.0
Published
Core types and components for @appshell
Downloads
32
Maintainers
Readme
@appshell/core
Core types for building micro-frontends with Appshell and Webpack Module federation.
Working examples can be found here.
Getting Started
To begin, you'll need to install @appshell/core
:
npm install @appshell/core --save-dev
or
yarn add -D @appshell/core
or
pnpm add -D @appshell/core