Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/howbizarre/month-calendar

A simple UI Component that uses @howbizarre/vue-month-calendar NPM package to visualize a month of a year. Based on Vue, Tailwindcss and Typescript.
https://github.com/howbizarre/month-calendar

calendar component dark-mode date javascript month node tailwindcss typescript vue vue3 vuejs

Last synced: 22 days ago
JSON representation

A simple UI Component that uses @howbizarre/vue-month-calendar NPM package to visualize a month of a year. Based on Vue, Tailwindcss and Typescript.

Awesome Lists containing this project

README

        

# Month Calendar Vue component with Tailwind

A simple UI Component to visualize a month of a year.

You can revert the month till the end of time in any direction and return back to the present.

## Dependency

- [@howbizarre/vue-month-calendar](https://www.npmjs.com/package/@howbizarre/vue-month-calendar)
- [Typescript calendar](https://github.com/tskj/typescript-calendar-date)

## Frameworks

- [Vue 3](https://github.com/vuejs/core)
- [Tailwindcss](https://github.com/tailwindlabs/tailwindcss)

### Install

First clone [repository](https://github.com/howbizarre/month-calendar.git) then:

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```