A lightweight approach to achieve micro frontends. It's dead simple!
- Jest, eslint and their related packages are installed in the root directory.
- Npm scripts like
npm test
andnpm run lint
can be found in root's package.json. - All packages should be transpiled by babel before publication.
- A shell script
init-package.sh
can be used to initialize a package, runnpm run add-package
, it will setup a basic configuration for you.