0👍
You can use Vue CLI to scaffold your project. It fully manages Webpack (among other things) configuration for you so you can enjoy all of the features of Webpack (SFC, CSS loader, integration with SCSS/Less, hot reloading in dev env, minification and tree shaking in production build and many more) without the need to write single file of Webpack configuration
- [Vuejs]-Pass an array between two sibling components
- [Vuejs]-Code for watched computed property never seems to run
Source:stackexchange.com