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-vue
Clone this repo and install the dependencies:
git clone https://github.com/misterdev/webpack-scaffold-vue.git
cd webpack-scaffold-vue
yarn
If you have webpack-cli installed you can run this inside any folder:
webpack-cli init path/to/webpack-scaffold-vue
yarn np