teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

Remove dependency on vue-cli for frontends #39

Closed teleclimber closed 2 years ago

teleclimber commented 2 years ago

Vue cli baffles me and I don't trust it, or I don't trust that anything will still work once I make any changes to any config. Off with its head.

I suspect the right thing is to use Vite to replace our whole build channel.

Will need to do this for both frontend-ds-host frontend-ds-dev. Start with ds-dev.

teleclimber commented 2 years ago

Done for ds-dev in 75b7177105c82e6155fc2d7ee4325eae5e5d3776

teleclimber commented 2 years ago

Still pending for ds-host.

teleclimber commented 2 years ago

This was done for ds-host some time ago.