https://github.com/devboyarif/vue-todo-composition-api
Vue Todo App with and without Composition API
https://github.com/devboyarif/vue-todo-composition-api
Last synced: over 1 year ago
JSON representation
Vue Todo App with and without Composition API
- Host: GitHub
- URL: https://github.com/devboyarif/vue-todo-composition-api
- Owner: devboyarif
- Created: 2021-01-30T06:00:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T06:03:10.000Z (over 5 years ago)
- Last Synced: 2025-01-13T23:28:41.335Z (over 1 year ago)
- Language: Vue
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-compo-api
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).