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

Add webpack-cli to list of dependencies installed #73

Closed scottlaw1 closed 5 years ago

scottlaw1 commented 5 years ago

Without webpack-cli included earlier, you'll be prompted to install it when you run npm run build and the index.html won't be generated correctly.

orta commented 5 years ago

Makes sense - thanks!