https://github.com/igorhalfeld/fatec-dev-day
To-do list App to one of my demos of Fatec Dev Day.
https://github.com/igorhalfeld/fatec-dev-day
Last synced: 5 months ago
JSON representation
To-do list App to one of my demos of Fatec Dev Day.
- Host: GitHub
- URL: https://github.com/igorhalfeld/fatec-dev-day
- Owner: IgorHalfeld
- Created: 2018-11-10T20:03:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T20:10:48.000Z (over 7 years ago)
- Last Synced: 2025-03-02T22:32:44.973Z (over 1 year ago)
- Language: Vue
- Size: 468 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple to-do app demo to Fatec dev day
Slides

### Run
```sh
npm install -g @vue/cli @vue/cli-service-global
# Vue command will be available
vue serve
# => localhost:8080
```
check out the [NativeScript-Vue demo here](https://github.com/IgorHalfeld/vuejs-brazil-blog-app)