https://github.com/jamaluddinrumi/vue-typewriter-again
https://github.com/jamaluddinrumi/vue-typewriter-again
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamaluddinrumi/vue-typewriter-again
- Owner: jamaluddinrumi
- Created: 2022-06-26T08:58:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T08:58:33.000Z (almost 4 years ago)
- Last Synced: 2026-01-23T16:58:36.869Z (5 months ago)
- Language: Vue
- Size: 175 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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.