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

https://github.com/niranjannitesh/vue-todo

A todo app built with vue.js
https://github.com/niranjannitesh/vue-todo

javascript todo vue vuejs

Last synced: about 1 month ago
JSON representation

A todo app built with vue.js

Awesome Lists containing this project

README

        

# Vue Todo

A Simple Todo app built with [vue.js](https://vuejs.org/)

![alt text](screenshot.png "Screenshot")

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn run serve
```

### Compiles and minifies for production

```
yarn run build
```

### Lints and fixes files

```
yarn run lint
```