https://github.com/lyju777/study-vue3-compositon
Vue 3 Composition API study
https://github.com/lyju777/study-vue3-compositon
vue3 vue3-composition-api
Last synced: 4 months ago
JSON representation
Vue 3 Composition API study
- Host: GitHub
- URL: https://github.com/lyju777/study-vue3-compositon
- Owner: lyju777
- Created: 2023-11-20T07:03:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T02:26:36.000Z (over 2 years ago)
- Last Synced: 2025-07-19T21:58:50.906Z (11 months ago)
- Topics: vue3, vue3-composition-api
- Language: Vue
- Homepage: https://www.inflearn.com/course/vue-3-%EC%A4%91%EA%B8%89-composition-api
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-todo
## 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/).