https://github.com/trustyoo86/vue-manually-select
Vue3 playground + manually select
https://github.com/trustyoo86/vue-manually-select
Last synced: 2 months ago
JSON representation
Vue3 playground + manually select
- Host: GitHub
- URL: https://github.com/trustyoo86/vue-manually-select
- Owner: trustyoo86
- Created: 2022-07-17T13:36:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T13:36:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T11:53:05.469Z (4 months ago)
- Language: Vue
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# manually-select
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).