https://github.com/condorheroblog/learn-use-hook
Learn React hook and Vue Composition best practices
https://github.com/condorheroblog/learn-use-hook
react-hook react-use vue-composition vue-use
Last synced: 6 months ago
JSON representation
Learn React hook and Vue Composition best practices
- Host: GitHub
- URL: https://github.com/condorheroblog/learn-use-hook
- Owner: condorheroblog
- License: mit
- Created: 2022-08-12T08:08:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T08:25:12.000Z (over 3 years ago)
- Last Synced: 2025-04-26T15:02:43.623Z (9 months ago)
- Topics: react-hook, react-use, vue-composition, vue-use
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learn-use-hook
**Learn React hook and Vue Composition best practices**
## Development
```zsh
pnpm install
```
Serve the documentation site in the local server:
```zsh
pnpm run docs:dev
```
helper scripts to package.json:
```
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
```
## License
This project is licensed under the MIT License - see the [license file](https://github.com/condorheroblog/learn-use-hook/blob/main/LICENSE) for details