killerducky / killer_mortal_gui

15 stars 11 forks source link

ci(boilerplate): introduce modern front-end development toolchain #4

Closed sabertazimi closed 9 months ago

killerducky commented 9 months ago

I don't use node, I just use vscode live server. I added a readme to explain that and a few other things mostly aimed at translators.

What's the advantage of doing node deployment?

sabertazimi commented 9 months ago

I think python toolchain is good enough. For most front-end developers (e.g. me), Node.js environment and npm package manager are standard things for compilng, linting, bundling and building etc.That's the only reason I introduce vite toolchain.If you prefer python toolchain, I will close this PR.