You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to @egoist, the new version of this tool 2.8 provides a build command which magically serves or compiles your Vue.js project.
It would be super awesome to extend this and add support for --server options which would create a bundle for using Vue.js application server-side. I built vue-builder for easy building of these bundle files but having something like this as part of vue-cli would be even more awesome.
In most cases I need to pre-render my public Vue.js applications using prerender-spa-plugin. Adding --prerender options would be super awesome :).