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 Vue API calls are made through Vue's this.$* context methods. This means VueTyper can only execute within a Vue application context, but in exchange, it does not need to pull in Vue (which keeps vue-typer lightweight).

Vue v2.x

VueTyper has not been tested in Vue v1.x. (See here for migration instructions from Vue 1.x to 2.x.)

Live Demo

https://cngu.github.io/vue-typer/

GitHub