An open API service indexing awesome lists of open source software.

https://github.com/studyresearchprojects/vue3-composition-and-hooks

🖖 A test drive on Vue 3 Hooks and the Composition API
https://github.com/studyresearchprojects/vue3-composition-and-hooks

composition hooks test vue vue3

Last synced: 7 days ago
JSON representation

🖖 A test drive on Vue 3 Hooks and the Composition API

Awesome Lists containing this project

README

          



vue3-composition-and-hooks


🖖 A test drive on Vue 3 Hooks and the Composition API


## Motivation

Checkout Vue 3 Hooks and Composition API features with TypeScript loaded.

This poject is done with:

* Vue 3 (Preview)
* Hooks API
* Composition API

This project is build by following [Dunebook](https://github.com/Dunebook)'s article:
[Creating Custom Hooks with Vue 3 & TypeScript](https://codesource.io/creating-custom-hooks-with-vue-3-typescript/)

## Project setup

```bash
yarn install
```

### Compiles and hot-reloads for development
```bash
yarn serve
```

### Compiles and minifies for production
```bash
yarn build
```

### Lints and fixes files
```bash
yarn lint
```