opencomponents / oc

OpenComponents, serverless in the front-end world for painless micro-frontends delivery
https://opencomponents.github.io/
MIT License
1.42k stars 122 forks source link

npm install after oc init #1372

Closed ricardo-devis-agullo closed 1 month ago

ricardo-devis-agullo commented 1 month ago

When doing "oc init", you are told by the terminal that you can start typing "oc dev . 3030" right away. This is not true for templates that require more than the compiler to run. My guess is that, initially, legacy templates didn't need anything else apart from the compiler, so installing the compiler to get the scaffolder was enough, but this is not the case for everything else (react, vue, solid, elm...), so, since we are already installing the compiler, this will also install everything else.