zigomir / typed-vue

Vue, Typescript and Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vue, Typescript and Webpack.


Languages

Language:JavaScript 47.1%Language:Vue 36.3%Language:HTML 12.5%Language:TypeScript 4.2%