create-mf-app icon indicating copy to clipboard operation
create-mf-app copied to clipboard

CLI app to create Module Federation applications

Results 13 create-mf-app issues
Sort by recently updated
recently updated
newest added

Add another step to the cli to have the user pick their prefered package manager

Hi. How I can use "type": "module" in package.json with module federation. Is it possible to add this feature to the templates?

Do you plan to add the possibility to use Tailwind v3? I tried to manually update the settings (package.json, tailwind.config.js), but the classes of remote modules do not seem to...

… invoking config file. Tested with ./mfconfig.example.yaml

I end up using argv.mode all the time. Should we convert the exported contents of webpack config to a function? from this ``` module.exports = { ... } ``` to...

Basic setup for using Tailwind CSS v3.0.11 (latest), only configured for React (.tsx and .jsx files). tailwind.conf.js can be completed to work with other file types. The problem is now...

I think `tsconfig.json` should be [here](https://github.com/jherr/create-mf-app/tree/main/templates/application/react/ts). ```sh $ npx create-mf-app ... ? Pick the name of your app: mf-app ? Project Type: Application ? Port number: 8080 ? Framework: react...

# Publish Github Action 🕹 Added a Github Action to deploy the package to NPM. I have used a generic publish action using JS-DevTools' [action](https://github.com/marketplace/actions/npm-publish) and modified it to this...

I would like to create a pr for switching to TS and sorting the code a bit so it would be easier to add more code to it and to...