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.
- Host: GitHub
- URL: https://github.com/hanzopgp/todolistapp
- Owner: hanzopgp
- License: mit
- Created: 2021-03-08T20:45:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T16:57:07.000Z (over 5 years ago)
- Last Synced: 2025-01-16T05:25:04.803Z (over 1 year ago)
- Topics: university, vuejs, web
- Language: Vue
- Homepage:
- Size: 537 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).