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 support to create production build #61

Open fraindz opened 6 years ago

fraindz commented 6 years ago

Addresses #4 Now, production build can be created with command

npm run build:prod

Current production bundle size: 115KB Current development bundle size: 1.08MB

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

orta commented 5 years ago

Thanks for the PR!

What does the dependency cross-env do in this case?