Vue, Typescript and Webpack
- type checking inside
.vue
files withlang="ts"
attribute (holy grail!) - hot reload with
webpack
- no babel
- no source maps in development for smaller loads
- no vendor splitting and adding hashes to file names at this point, can be easily added
vue init zigomir/typed-vue new-project
All ripped off from Microsoft/TypeScript-Vue-Starter