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

https://github.com/bohdanmoroziuk/v-todo-app

Another task management application. One of my first apps created with Vue.js 2.
https://github.com/bohdanmoroziuk/v-todo-app

material-design-bootstrap vue-router vuejs vuex

Last synced: 25 days ago
JSON representation

Another task management application. One of my first apps created with Vue.js 2.

Awesome Lists containing this project

README

          

# Vue Todo App

> Another task management application. One of my first apps created with Vue.js 2.

## Preview

### Task view page

Task view page

### Page to add tasks

Page to add tasks

### Page to edit tasks

Page to add tasks

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

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

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

### Run your tests
```
npm run test
```

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