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

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

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