https://github.com/norbraet/vue-task-board
A modern Kanban board built with Vue 3, TypeScript, and Tailwind CSS. This project demonstrates best practices in component architecture, reusability, and state management using Pinia.
https://github.com/norbraet/vue-task-board
eslint prettier tailwind tailwindcss vite vue vue-router vue3 vuejs
Last synced: 3 months ago
JSON representation
A modern Kanban board built with Vue 3, TypeScript, and Tailwind CSS. This project demonstrates best practices in component architecture, reusability, and state management using Pinia.
- Host: GitHub
- URL: https://github.com/norbraet/vue-task-board
- Owner: norbraet
- Created: 2025-06-06T11:30:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-20T12:25:26.000Z (10 months ago)
- Last Synced: 2025-08-20T14:36:35.610Z (10 months ago)
- Topics: eslint, prettier, tailwind, tailwindcss, vite, vue, vue-router, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 271 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kanban Board
A modern Kanban board built with **Vue 3**, **TypeScript**, and **Tailwind CSS**. This project demonstrates best practices in component architecture, reusability, and state management using **Pinia**.
## ๐ฆ Stack
- Vue 3 + Composition API
- TypeScript
- Tailwind CSS
- Pinia - Store Managment
- Vite
## ๐งช Development
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```
### Format Code using Prettier with [Prettier](https://prettier.io/)
```sh
npm run format
```
### Type Check the project
```sh
npm run type-check
```
## ๐ License
MIT โ feel free to use, modify, and contribute!