Webpack scaffold to easily setup a Vue project
This package is available on npm, you just need to install webpack-cli and run this inside an empty folder:
yarn global add webpack-cli
webpack-cli init webpack-scaffold-vueClone this repo and install the dependencies:
git clone https://github.com/misterdev/webpack-scaffold-vue.git
cd webpack-scaffold-vue
yarnIf you have webpack-cli installed you can run this inside any folder:
webpack-cli init path/to/webpack-scaffold-vueyarn np