Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leopiccionia/typing-vue-with-interfaces

This is a simple demo about typing Vue refs using TypeScript interfaces.
https://github.com/leopiccionia/typing-vue-with-interfaces

Last synced: 22 days ago
JSON representation

This is a simple demo about typing Vue refs using TypeScript interfaces.

Awesome Lists containing this project

README

        

# Typing Vue with interfaces

This is a simple demo about typing Vue `$refs` using TypeScript interfaces.

## Project setup

```bash
npm install
```

### Compiles and hot-reloads for development

```bash
npm run serve
```

### Compiles and minifies for production

```bash
npm run build
```

### Lints and fixes files

```bash
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).