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

https://github.com/muhimasri/vue-custom-v-model-example

An example to how to create a custom v-model with Web Components
https://github.com/muhimasri/vue-custom-v-model-example

Last synced: 7 months ago
JSON representation

An example to how to create a custom v-model with Web Components

Awesome Lists containing this project

README

          

# Vue Custom v-model Example

An example code for making a Web Component input v-model work with Vue. Please refer to [this article](https://muhimasri.com/blogs/how-to-create-custom-v-model-for-web-components/) for a thorough explanation.

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

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

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

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