Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/volt1c/todo-list-vuejs


https://github.com/volt1c/todo-list-vuejs

cookies pwa pwa-app todo todolist vue vuejs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# todo-list-vuejs

## Netlify

[![Netlify Status](https://api.netlify.com/api/v1/badges/0db9cf28-205c-4097-bdf8-d7d60312f05a/deploy-status)](https://app.netlify.com/sites/volt1c-todo-list-vuejs/deploys)

## Project Setup

```sh
yarn
```

### Compile and Hot-Reload for Development

```sh
yarn dev
```

### Type-Check, Compile and Minify for Production

```sh
yarn build
```

### Lint with [ESLint](https://eslint.org/)

```sh
yarn lint
```