https://github.com/rafinhadufluxo/to-do-list
task list form using simple api (json storage)
https://github.com/rafinhadufluxo/to-do-list
Last synced: 7 months ago
JSON representation
task list form using simple api (json storage)
- Host: GitHub
- URL: https://github.com/rafinhadufluxo/to-do-list
- Owner: rafinhadufluxo
- Created: 2023-01-23T17:29:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T17:47:23.000Z (over 1 year ago)
- Last Synced: 2025-05-15T21:12:25.847Z (7 months ago)
- Language: Vue
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# to-do-list
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compile the project development REST API in another terminal with the following command line.
```
json-server --watch database.json
```
### 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/).
### Reference
Studying vuejs on youtube with professor Tiago Matos