https://github.com/thinkswan/vue-todos
A Vue todo app.
https://github.com/thinkswan/vue-todos
javascript tutorial vue
Last synced: about 1 month ago
JSON representation
A Vue todo app.
- Host: GitHub
- URL: https://github.com/thinkswan/vue-todos
- Owner: thinkswan
- Created: 2020-06-29T08:25:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:26:17.000Z (over 5 years ago)
- Last Synced: 2025-08-24T22:05:55.665Z (10 months ago)
- Topics: javascript, tutorial, vue
- Language: Vue
- Homepage: https://vue-todos-4069b39.netlify.app/
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-todos
A Vue.js todo app.
Based on the following tutorial:
- [Traversy Media: Vue JS Crash Course](https://www.youtube.com/watch?v=Wy9q22isx3U)
## Get started
```
# Install dependencies
yarn install
# Start development server with hot reloading
yarn serve
open http://localhost:8080/
# Compile and minify for production
yarn build
# Lint and fix files
yarn lint
```
## Helpful docs
- [Vue.js guide](https://vuejs.org/v2/guide/)
- [Vue CLI guide](https://cli.vuejs.org/guide/)