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.
- Host: GitHub
- URL: https://github.com/tolevats/sfc-todo-list
- Owner: Tolevats
- Created: 2024-11-11T00:23:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T02:17:22.000Z (over 1 year ago)
- Last Synced: 2025-03-04T06:12:10.804Z (over 1 year ago)
- Topics: sfc, vue-cli, vue2
- Language: Vue
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).