Using Vuejs as a sub app
ericprom opened this issue · 1 comments
ericprom commented
Can you show me how to use vuecli to create a sub app?
joeldenning commented
Hi @ericprom, here are some examples with vue cli:
https://github.com/vue-microfrontends
https://github.com/vue-microfrontends/navbar
They were created with the following:
npm init single-spa
(The create-single-spa CLI invokes Vue CLI)
Alternatively, you can vue cli yourself, as documented here:
vue create my-app
vue add single-spa