https://github.com/consolejs/vue3-composition-api-fresh
Try the Vue3 Composition API.
https://github.com/consolejs/vue3-composition-api-fresh
Last synced: 5 months ago
JSON representation
Try the Vue3 Composition API.
- Host: GitHub
- URL: https://github.com/consolejs/vue3-composition-api-fresh
- Owner: consolejs
- Created: 2020-08-28T11:39:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T09:03:17.000Z (almost 6 years ago)
- Last Synced: 2025-09-06T09:39:27.180Z (10 months ago)
- Language: Vue
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-composition-api-fresh
[文档1.语雀-VCA](https://www.yuque.com/aomibaba/vue-composition-api-cn/)
[文档2.官方](https://composition-api.vuejs.org/zh/)
## 涉及API
* 入口方法(setup)
* 响应式 API(Reactivity APIs)
* 生命周期钩子(Lifecycle Hooks)
* 依赖注入(Dependency Injection)
* 模板Refs(Template Refs)
* 响应式工具(Reactivity Utilities)
* 高级响应 API(Advanced Reactivity APIs)
## 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/).