vuejs-templates / webpack-simple

A simple Webpack + vue-loader setup for quick prototyping.
2.27k stars 894 forks source link

Future request: add step to run "npm install" similar to webpack template #173

Open dima74 opened 6 years ago

dima74 commented 6 years ago

When you create project with webpack template, then at one of steps it offers install packages via npm install:

? Should we run `npm install` for you after the project has been created? (recommended) (Use arrow keys)
❯ Yes, use NPM 
  Yes, use Yarn 
  No, I will handle that myself

Please, add the same step to webpack-simple template.