https://github.com/oraphadev/vue-dropdown-example
Dropdown desenvolvido utilizando Vue
https://github.com/oraphadev/vue-dropdown-example
dropdown frontend vue vuejs
Last synced: 4 months ago
JSON representation
Dropdown desenvolvido utilizando Vue
- Host: GitHub
- URL: https://github.com/oraphadev/vue-dropdown-example
- Owner: oraphadev
- License: mit
- Created: 2022-11-26T04:53:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T14:18:43.000Z (over 2 years ago)
- Last Synced: 2025-02-23T12:11:36.410Z (4 months ago)
- Topics: dropdown, frontend, vue, vuejs
- Language: Vue
- Homepage: https://vue-dropdown-example.netlify.app/
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-dropdown-example
## 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/).