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
- Host: GitHub
- URL: https://github.com/devongovett/vue-hooks
- Owner: devongovett
- Created: 2020-08-22T19:56:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T03:58:58.000Z (over 5 years ago)
- Last Synced: 2025-08-13T02:56:21.209Z (10 months ago)
- Language: Vue
- Size: 172 KB
- Stars: 79
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/).