Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/howbizarre/month-calendar
- Owner: howbizarre
- Created: 2023-01-04T08:22:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T07:19:32.000Z (4 months ago)
- Last Synced: 2024-11-11T01:35:52.239Z (3 months ago)
- Topics: calendar, component, dark-mode, date, javascript, month, node, tailwindcss, typescript, vue, vue3, vuejs
- Language: HTML
- Homepage: https://bizarre.how/calendar/
- Size: 333 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```