umijs / qiankun

📦 🚀 Blazing fast, simple and complete solution for micro frontends.
https://qiankun.umijs.org
MIT License
15.73k stars 2.01k forks source link

[Feature Request] Blueprint skeleton app or app generator? #281

Open kristianmandrup opened 4 years ago

kristianmandrup commented 4 years ago

Background

Do you have any way to generate a fresh qiankun app without qiankun itself? (ie. without cloning this repo)

I'd like to propose an easy way to set up a minimal project. Ideally using TypeScript for the React app.

Proposal

I've created a qiankun-demo repository where I will try to setup a minimal template for a fresh qiankun app

I'd like to set it up as a lerna project with yarn workspaces.

Perhaps use Nx to better manage the mono repo

Additional context

None

kuitos commented 4 years ago

Cool stuff! We have not built such a tool yet, looking forward to that you could make a nice scaffold to help the user of qiankun to build their micro-frontend system more efficiently, and we could recommend your tool on homepage to others if u agree.😀

kristianmandrup commented 4 years ago

Sure. You are welcome 😊

richierob62 commented 3 years ago

@kristianmandrup Did you create this by any chance? I'm very interested in getting qainkun running in the Nx ecosystem.