Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ralitsavoronevska/vue-2-todo-list

This is the TodoList app v1.0.0.
https://github.com/ralitsavoronevska/vue-2-todo-list

netlify-deployment todo-list vue

Last synced: 23 days ago
JSON representation

This is the TodoList app v1.0.0.

Awesome Lists containing this project

README

        

# vue-2-todo-list

This is the TodoList app v1.0.0.

It is part of the [Vue JS Crash Course (2019) [Traversy Media]](https://www.youtube.com/watch?v=Wy9q22isx3U).
And it is deployed using Netlify following [Deploy Websites In Seconds With Netlify [Traversy Media]](https://youtu.be/bjVUqvcCnxM)

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

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