https://github.com/softdev629/vue-todo-app
Simple Vue To-do App Tutorial Follow
https://github.com/softdev629/vue-todo-app
study todoapp typescript vue vuerouter vuex4
Last synced: about 1 year ago
JSON representation
Simple Vue To-do App Tutorial Follow
- Host: GitHub
- URL: https://github.com/softdev629/vue-todo-app
- Owner: softdev629
- Created: 2023-01-17T04:50:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T04:51:19.000Z (about 3 years ago)
- Last Synced: 2025-01-07T08:17:08.323Z (over 1 year ago)
- Topics: study, todoapp, typescript, vue, vuerouter, vuex4
- Language: SCSS
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-app
## 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/).