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

https://github.com/egeozcan/vue-textarea-with-coordinates

vue textarea component that publishes exact cursor coordinates
https://github.com/egeozcan/vue-textarea-with-coordinates

textarea vue vuejs

Last synced: 5 months ago
JSON representation

vue textarea component that publishes exact cursor coordinates

Awesome Lists containing this project

README

          

# vue-textarea-with-coordinates

A textarea that provides the caret coordinates and its value to the default slot, as well as generating events.

## Project setup
```
npm install
```

### Test instance for development
```
npm run serve
```

### Build module
```
npm run package
```

### Lints and fixes files
```
npm run lint
```