For Vue 1.x see the 1.x branch.
Install
npm
npm install vue-typewriter --save
yarn
yarn add vue-typewriter
Usage
import Vue from 'vue' import Typewriter from 'vue-typewriter' Vue.use(Typewriter)
<typewriter :speed="200" :full-erase="true" :interval="300" :words='["Awesome!","Amazing!"]'> Vue Typewriter is </typewriter>
License
This project is licensed under the MIT license.