How cool is it that I can just type
1 | vue create newproject |
and I have a working vue 3 system, complete with pug, fully integrated with webpack and a UI component library that’s ready for development? There’s a few minor tweaks needed like setting template="pug"
on the templates, but the setup couldn’t be easier. So neat. If I could have just a couple more things like vue add firebase or some other sort of auth system, I’d be all set.
Hackathons, here I come.