Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.53 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.53 KB

Welcome to compactcalendarvue3 👋

Version License: MIT Twitter: tisseurdetoile Mastodon: tisseurdetoile

An compactCalendar implementation in Vue3. The compactCalendar of @daveseah but in Vue3

Demo

Install Test & Run

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

npm run test:e2e

Lint and Fix Files

npm run lint

Author

👤 Le TisseurDeToile

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator