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

https://github.com/devongovett/vue-hooks

Experiment to shim the React Hooks API in Vue 3
https://github.com/devongovett/vue-hooks

Last synced: 8 months ago
JSON representation

Experiment to shim the React Hooks API in Vue 3

Awesome Lists containing this project

README

          

# vue-hooks

Experiment to shim the React Hooks API in Vue 3 using the composition API. Attempting to get [React Aria](https://react-spectrum.adobe.com/react-aria/) working.

## 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/).