microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k stars 592 forks source link

webpack-cli is required to run the build script - should be added to the install command in the README #64

Closed joshrosenhanst closed 5 years ago

joshrosenhanst commented 6 years ago

The webpack-cli package is a required dependency for the build script in the README. When you run the build script it will ask you to install webpack-cli, so it makes sense to add the package to the npm install command listed in the README.

orta commented 5 years ago

Thanks!