https://github.com/angel-raa/vuejs-kanban
Tablero Kanban construido con Vue.js
https://github.com/angel-raa/vuejs-kanban
localstorage tailwindcss typescript vee-validate vue3 zod
Last synced: 4 months ago
JSON representation
Tablero Kanban construido con Vue.js
- Host: GitHub
- URL: https://github.com/angel-raa/vuejs-kanban
- Owner: Angel-Raa
- Created: 2024-03-18T02:05:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T03:00:50.000Z (over 1 year ago)
- Last Synced: 2025-01-11T15:44:02.847Z (6 months ago)
- Topics: localstorage, tailwindcss, typescript, vee-validate, vue3, zod
- Language: Vue
- Homepage:
- Size: 607 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kanban
## Demo


## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```