Creating a MakeCode editor in a Vue web app

Hello,

I’m doing some R&D for an education computing platform which will run from a Vue js website and we want to include block programming and micro:bit programming into the tool set.

Is it possible to embed MakeCode within our app as a component?

Best I can find is creating pxt targets but that looks like it creates an entire project and I’m not 100% sure if that’s where I should be looking.

We started creating a blockly editor in our app, but are looking at MakeCode now because of the micro:bit support.

Any advice would be appreciated.