Skip to content

s-KaiNet/vue-ts-sfc-webpack-hmr

Repository files navigation

Just another VueJS starter

This starter uses latest TypeScript enhancements introduced in VueJS 2.5 as well as other plugins and tools which make development easier. As a result: type checking, tslint, intellisense in single-file-components written in TypeScript.

Essential parts:

How to play locally:

  1. Clone the repo
  2. npm i
  3. npm run dev