Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koko37/date-select-modal
vuejs, tailwindcss, calendar
https://github.com/koko37/date-select-modal
datepicker datepicker-component datepicker-dialog javascript nodejs npm tailwindcss vuejs
Last synced: 4 days ago
JSON representation
vuejs, tailwindcss, calendar
- Host: GitHub
- URL: https://github.com/koko37/date-select-modal
- Owner: koko37
- Created: 2020-12-07T15:52:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T01:40:29.000Z (almost 4 years ago)
- Last Synced: 2023-10-27T04:26:58.482Z (about 1 year ago)
- Topics: datepicker, datepicker-component, datepicker-dialog, javascript, nodejs, npm, tailwindcss, vuejs
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datetime-picker
Reusable vue component to select date and time.## 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/).