Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```