Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 20 hours ago
JSON representation

Custom date picker component with Vue 2 & moment.js. Timezone agnostic

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
```