Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 308 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 308 Bytes

Typescript Vue Todo Sample

Overview

there is a Todo sample on typescript offical website using Backbone.js.

Features:

  • typescipt
  • vue.js
  • webpack
  • Use of external typings from DefinitelyTyped
  • Vscode

Running

> npm install -g typescript
> npm install
> npm link typescript
> npm start