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

https://github.com/hanzopgp/todolistapp

TodoList application in vue.js.
https://github.com/hanzopgp/todolistapp

university vuejs web

Last synced: 8 months ago
JSON representation

TodoList application in vue.js.

Awesome Lists containing this project

README

          

# ToDoListApp

1. [Presentation](#presentation)
2. [Project architecture](#project-architecture)
3. [Authors](#authors)
4. [How to use](#how-to-use)
5. [Bonus features](#bonus-features)
6. [Links](#links)

## Presentation

>This is a ToDo list application in vue.js for our mobile application classes.

## Project architecture



TodolistApp/
├── public/
├── src/
│ ├── api/
│ │ └── index.js
│ ├── assets/
│ ├── components/
│ ├── router/
│ │ └── index.js
│ ├── store/
│ │ ├── account/
│ │ ├── todolist/
│ │ └── index.js
│ ├── view/
│ │ ├── login.vue
│ │ └── Home.vue
│ ├── App.vue
│ └── main.js
├── README.md
└── Licence

## Authors

- 21510242 Durand Enzo
- 21810620 Tiem Hugo
- 21805697 Gignoux Thomas
- 21806934 Berson Axel

## How to use

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

## Bonus features

-
-
-

## Links

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