Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T03:00:50.000Z (11 months ago)
- Last Synced: 2024-11-12T15:27:57.912Z (3 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
![](https://github.com/Angel-Raa/vue-kanban/blob/main/public/docs/cap-1.png)
![](https://github.com/Angel-Raa/vue-kanban/blob/main/public/docs/cap-2.png)
## 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
```