bradstewart / electron-boilerplate-vue

Boilerplate application for Electron runtime
724 stars 94 forks source link

Why not use webpack-dev-server? #29

Closed callmewhy closed 8 years ago

callmewhy commented 8 years ago

webpack-dev-server is the official express server. There are some benefits using webpack-dev-server.

For example, show all the resolve path:

image

It's enough for development.

Current solution is fine, I just wonder how do you think it through?

callmewhy commented 8 years ago

It's the template in vuejs-templates/webpack, I see.