https://github.com/darkfanxing/todo-list
A basic web practice about todo-list
https://github.com/darkfanxing/todo-list
vuejs2
Last synced: 4 months ago
JSON representation
A basic web practice about todo-list
- Host: GitHub
- URL: https://github.com/darkfanxing/todo-list
- Owner: darkfanxing
- License: mit
- Created: 2019-04-07T13:11:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:41:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T19:48:52.634Z (7 months ago)
- Topics: vuejs2
- Language: JavaScript
- Homepage:
- Size: 2.75 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todolist
A basic web practice about todo-list# Usuage
## 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
```