https://github.com/zavvdev/vue-custom-datepicker
Custom date picker component with Vue 2 & moment.js. Timezone agnostic
https://github.com/zavvdev/vue-custom-datepicker
calendar calendar-component datepicker datepicker-component datepicker-vue moment momentjs vue vuejs vuejs2
Last synced: about 1 month ago
JSON representation
Custom date picker component with Vue 2 & moment.js. Timezone agnostic
- Host: GitHub
- URL: https://github.com/zavvdev/vue-custom-datepicker
- Owner: zavvdev
- Created: 2023-07-25T09:47:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T12:40:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T15:27:16.526Z (3 months ago)
- Topics: calendar, calendar-component, datepicker, datepicker-component, datepicker-vue, moment, momentjs, vue, vuejs, vuejs2
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-vue2-starter
A simple start for using vue2 with vite, using [underfin's vite-plugin-vue2](https://github.com/underfin/vite-plugin-vue2).
## Scripts
```bash
npm run dev # start dev server
npm run build # build for production
npm run serve # locally preview production build
```