An open API service indexing awesome lists of open source software.

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.

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/)