Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafinhadufluxo/to-do-list
task list form using simple api (json storage)
https://github.com/rafinhadufluxo/to-do-list
Last synced: 8 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T17:47:23.000Z (6 months ago)
- Last Synced: 2024-07-07T20:02:22.856Z (6 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