Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leopiccionia/typing-vue-with-interfaces
- Owner: leopiccionia
- Created: 2020-02-29T15:57:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:41:14.000Z (about 2 years ago)
- Last Synced: 2023-02-26T19:42:11.262Z (almost 2 years ago)
- Language: Vue
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- 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/).