Hacker News new | ask | show | jobs
by morrvs 660 days ago
In all honesty, I've never got to properly look into Vue, but it has been mentioned multiple times in the comments. Time to study it I guess :)

The "src/js" directory was initially called "src/scripts" but it kind of clashes with the top-level "scripts" for the shell scripts. Agreed it's not ideal though.

1 comments

You could have a `ts` and a `js` directory. Compile ts from the former, ignore the latter.