14 ms·
I resonate with this topic. Checking your own repos on a new computer is one thing… inheriting someone else’s project and running it on your machine in the node
by nargella 4y ago
I resonate with this topic. Checking your own repos on a new computer is one thing… inheriting someone else’s project and running it on your machine in the node ecosystem is very rough.
Anyways, I made a slightly more advanced buildless vue project here: https://github.com/kyleparisi/buildless-vuejs https://github.com/kyleparisi/buildless-vuejs
It has the advantage of using .vue files which I enjoy. Oh and guess what… it has code splitting because you have to define what components the page needs ;).