Have a look at the output log of your build process? Does it state that Node.js and npm are missing? These are required to build the Vue app from source.
Do you also have the vue build option enabled?
$ ./configure --help|grep vue
--disable-vue_build Disable vue_build
--enable-vue_build Enable vue_build
--enable-vue_cache Enable vue_cache