|
|
|
|
|
by audience_mem
1901 days ago
|
|
I agree. I've learnt my lesson and I will _NOT_ be running "npm install" on any greenfield projects anymore. I like the idea of Svelte but I do not like its dependency on npm/node. At least with Vue I can just include the library into the page, with no mandatory build step. |
|
In the case of Svelte, you're also likely increasing the size of your site, since it transpiles down to simple JS instructions rather than abstracted framework calls.