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

https://github.com/tolevats/sfc-todo-list

A Todo List web app built with Vue.js. The app allows users to add, edit, and delete tasks, providing a dynamic and interactive user experience.
https://github.com/tolevats/sfc-todo-list

sfc vue-cli vue2

Last synced: 1 day ago
JSON representation

A Todo List web app built with Vue.js. The app allows users to add, edit, and delete tasks, providing a dynamic and interactive user experience.

Awesome Lists containing this project

README

          

# s2-ev

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