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: 4 months ago
JSON representation
This is a simple demo about typing Vue refs using TypeScript interfaces.
- Host: GitHub
- URL: https://github.com/leopiccionia/typing-vue-with-interfaces
- Owner: leopiccionia
- Created: 2020-02-29T15:57:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:41:14.000Z (over 2 years ago)
- Last Synced: 2025-01-08T00:39:05.108Z (6 months ago)
- Language: Vue
- Size: 3.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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/).