NetCoreTemplates/vue-nuxt

Migrate build from gulp to webpack

ariellephan opened this issue · 1 comments

Vue CLI comes with webpack by default so the migration is encouraged.

mythz commented

Everything is already powered by Webpack, the gulpfile is just a wrapper around running npm scripts so they can be executed from within VS.NET GUI Task Runner Explorer, as documented in the Webpack powered SPA Template docs.