https://github.com/ahmetarsiv/todoapp
Open source todo application made with Vue Js
https://github.com/ahmetarsiv/todoapp
Last synced: 3 months ago
JSON representation
Open source todo application made with Vue Js
- Host: GitHub
- URL: https://github.com/ahmetarsiv/todoapp
- Owner: ahmetarsiv
- Created: 2022-05-30T11:36:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T11:37:05.000Z (about 3 years ago)
- Last Synced: 2025-01-04T04:32:37.649Z (5 months ago)
- Language: Vue
- Size: 512 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todoapp
# Screenshot
||
|
|
## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).