Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hamideidy/vuex-todo

The project is about task management with the ability to add, edit, filter and delete tasks. receiving data from an API using the axios package. The code is written using the Vue framework with a focus on using the Vuex state manager.
https://github.com/hamideidy/vuex-todo

axios axios-vue crud crud-application css html javascript jsonplaceholder jsonplaceholder-api todo todolist vue vue3 vuejs vuex vuex-store vuex4

Last synced: 7 days ago
JSON representation

The project is about task management with the ability to add, edit, filter and delete tasks. receiving data from an API using the axios package. The code is written using the Vue framework with a focus on using the Vuex state manager.

Awesome Lists containing this project

README

        

# vuex-project
![x-todo](https://github.com/HamidEidy/Vuex-Todo/assets/148962898/1dfe8645-1278-437a-9321-e1434f93c3bb)

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

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