Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 533 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 533 Bytes

Typed Vue

Vue, Typescript and Webpack

Features

  • type checking inside .vue files with lang="ts" attribute (holy grail!)
  • hot reload with webpack
  • no babel

Conventions / opinions

  • no source maps in development for smaller loads
  • no vendor splitting and adding hashes to file names at this point, can be easily added

Usage with vue-cli

vue init zigomir/typed-vue new-project

Thanks

All ripped off from Microsoft/TypeScript-Vue-Starter