Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Can you even say you know a Javascript framework if you don't build a To Do app? 🤔
https://github.com/dberri/todo-vue

todoapp vue

Last synced: about 1 month ago
JSON representation

Can you even say you know a Javascript framework if you don't build a To Do app? 🤔

Awesome Lists containing this project

README

        

# todo-vue

[![Netlify Status](https://api.netlify.com/api/v1/badges/69f30ebf-4077-4015-8d91-5c131af633fa/deploy-status)](https://app.netlify.com/sites/vue-2do/deploys)

## [DEMO](https://vue-2do.netlify.app/)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).