Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eduardostuart/vue-typewriter
- Owner: eduardostuart
- Archived: true
- Created: 2016-09-20T11:18:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T02:16:36.000Z (almost 7 years ago)
- Last Synced: 2025-01-15T20:40:36.063Z (10 days ago)
- Topics: javascript, vue, vuejs, webpack
- Language: Vue
- Homepage: https://eduardostuart.github.io/vue-typewriter/dist
- Size: 169 KB
- Stars: 32
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-vue - vue-typewriter - typewriter?style=social) - vue组件类型 (UI组件)
- awesome-github-vue - vue-typewriter - vue组件类型 (UI组件)
- awesome-github-vue - vue-typewriter - vue组件类型 (UI组件)
- awesome - vue-typewriter - vue组件类型 (UI组件)
README
> 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.