Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eduardostuart/vue-typewriter

⌨️ Vue component that types
https://github.com/eduardostuart/vue-typewriter

javascript vue vuejs webpack

Last synced: 8 days ago
JSON representation

⌨️ Vue component that types

Awesome Lists containing this project

README

        



⌨️ Vue Typewriter






> For Vue 1.x see the [1.x branch](https://github.com/eduardostuart/vue-typewriter/tree/1.x).

## Install

**npm**

`npm install vue-typewriter --save`

**yarn**

`yarn add vue-typewriter`

## Usage

```js
import Vue from 'vue'
import Typewriter from 'vue-typewriter'

Vue.use(Typewriter)
```

```vue

Vue Typewriter is

```

## License

This project is licensed under the [MIT](http://opensource.org/licenses/MIT) license.