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

https://github.com/yerrouhamza/taskify-vue

Taskify: A simple task management app built with Vue.js and Vuex, using Tailwind CSS for styling. Easily add, edit, and remove tasks with a user-friendly interface.
https://github.com/yerrouhamza/taskify-vue

axios-vue html5 javascript json talwindcss vuejs vuex

Last synced: about 1 year ago
JSON representation

Taskify: A simple task management app built with Vue.js and Vuex, using Tailwind CSS for styling. Easily add, edit, and remove tasks with a user-friendly interface.

Awesome Lists containing this project

README

          

# task-manager-vue

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Deployment
```
./deploy.sh
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).