Hacker News new | ask | show | jobs
by jazoom 2823 days ago
You want more magic, basically. I guess that's a personal choice.

I've never personally felt inconvenienced by having this at the bottom of my .vue files:

  <style src='./style.css'></style>
  <script src='./script.js'></script>
It's not like I ever have to type it out. It gets copied along with whatever else is in the .vue file I copied from.