-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Description
I'm new to Vue, vue-cli, etc, but I was excited to see that "vue build" could prepare a build for production. I was less happy when I saw this, because the main repository readme points me to https://github.com/vuejs/vue-cli/blob/master/docs/build.md to learn about building:
-> vue build
We are slimming down vue-cli to optimize the initial installation by removing the
vue build
command.
Check out Poi (https://github.com/egoist/poi) which offers the same functionality!
On the awesome side, I installed Poi, and it works, but I think it would be nice to have documentation here about how to use Poi as the build tool. It seems like Poi can do more than just build though? Can it do everything vue-cli can do? Some words about the relationship between the two tools here would be really appreciated by a noob like me, who is also learning a million other things right now. I want to learn about Poi more, but right now I just need to know how it relates to vue-cli as the replacement build tool.
Thanks.