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
- Host: GitHub
- URL: https://github.com/muhimasri/vue-custom-v-model-example
- Owner: muhimasri
- Created: 2021-04-10T22:19:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T16:14:25.000Z (over 4 years ago)
- Last Synced: 2025-02-06T05:42:33.713Z (8 months ago)
- Language: Vue
- Size: 130 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).