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.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/v-todo-app
- Owner: bohdanmoroziuk
- License: mit
- Created: 2019-08-26T13:26:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T09:10:50.000Z (almost 3 years ago)
- Last Synced: 2025-10-30T17:50:06.672Z (9 months ago)
- Topics: material-design-bootstrap, vue-router, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 4.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### Page to add tasks

### Page to edit 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
```