Type

A collection of 20 posts

Type-check your script in your vue-loader

TypeScript loader for Vue-loader Type-check your script in your Vue-loader. Easier importing .ts file in vue's SFC. Installation npm install vue-ts-loader You will also need to install TypeScript if you have not already.
08 September 2017

ES / TypeScript decorator for class-style Vue components

vue-class-component ECMAScript / TypeScript decorator for class-style Vue components. Usage Required: ECMAScript stage 1 decorators. If you use Babel, babel-plugin-transform-decorators-legacy is needed. If you use TypeScript, enable --experimentalDecorators and --allowSyntheticDefaultImports flag. Note: methods can
08 September 2017

Typescript decorators to make vue feel more typescripty

vue-typescript Typescript decorators to make vue play nice with typescript. Install This package has one single peer-dependancy: Vue (obviously) npm install --save vue-typescript For the best experience you will want to use typings
08 September 2017

A graceful, highly customizable img type input for Vue 2

Vue-Img-Inputer A graceful, highly customizable img type input for Vue 2 Features Bind value with v-model Support Pic preview/drop-select/max-size Two themes Convenient custom Live Demo http://waynecz.github.io/VueImgInputer/index.
07 August 2017

Vue component that simulates a user typing

vue typer Vue component that simulates a user typing, selecting, and erasing text. VueTyper does not have any direct dependencies to any library or framework -- not even to Vue itself! Any required
27 July 2017