egoist / poi

⚡A zero-config bundler for JavaScript applications.
https://poi.js.org
MIT License
5.23k stars 255 forks source link

comparison to vue cli3 #495

Open davidmoshal opened 5 years ago

davidmoshal commented 5 years ago

Hi there, have been a happy user of POI for Vue+Typescript, but now starting a new project and wondering what the pros and cons, for a Vue + Typescript project between:

a) poi b) vue-cli 3 template c) webpack 4

Thanks David

davidmoshal commented 5 years ago

just looking at vue-cli-3 now, the view ui dashboard is a killer feature, anything like that planned for poi? In the past I used various webpack dashboard plugins, but none look as comprehensive as vue ui from what I've seen.

egoist commented 5 years ago

webpack has been so much easier than before but you still need a lot of configurations for advanced usage.

as for vue cli 3, if you are starting a Vue project, now there's no reason not to use it. It's basically Poi for Vue + generators support.