https://github.com/devxarif/vue-todo-app
Vue.js Todo Application
https://github.com/devxarif/vue-todo-app
Last synced: 4 months ago
JSON representation
Vue.js Todo Application
- Host: GitHub
- URL: https://github.com/devxarif/vue-todo-app
- Owner: devxarif
- Created: 2020-12-03T10:26:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T10:34:01.000Z (over 5 years ago)
- Last Synced: 2026-02-01T05:05:02.770Z (5 months ago)
- Language: Vue
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3
## 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/).