/vue-custom-v-model-example

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

Primary LanguageVue

Vue Custom v-model Example

An example code for making a Web Component input v-model work with Vue. Please refer to this article 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.