https://github.com/techreagan/vue-custom-component-v-model
A vue js custom component using v-model. This is a modal/dialog component.
https://github.com/techreagan/vue-custom-component-v-model
v-model vue-dialog vue-modal vue3 vuecomponent vuejs
Last synced: about 1 month ago
JSON representation
A vue js custom component using v-model. This is a modal/dialog component.
- Host: GitHub
- URL: https://github.com/techreagan/vue-custom-component-v-model
- Owner: techreagan
- Created: 2021-03-21T16:52:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T17:31:36.000Z (over 5 years ago)
- Last Synced: 2025-02-21T20:31:43.524Z (over 1 year ago)
- Topics: v-model, vue-dialog, vue-modal, vue3, vuecomponent, vuejs
- Language: Vue
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Custom Component With V-model (Modal/Dialog)
> This is a YouTube tutorial repo, in the tutorial, you will learn how to build custom component using v-model and you will build a modal/dialog
Live Demo: [Modal](https://vue3-modal.netlify.app/)
## Screenshots
> Delete the screenshot folder if you download this code


## Vue Version
Built with vue3 but can be applied to vue2
## 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/).
## License
This project is licensed under the MIT License
## Developed by Reagan Ekhameye (Tech Reagan)
Reach me on twitter [@techreagan](https://www.twitter.com/techreagan)