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
- Host: GitHub
- URL: https://github.com/studyresearchprojects/vue3-composition-and-hooks
- Owner: StudyResearchProjects
- Created: 2020-11-22T22:06:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-22T22:07:43.000Z (over 5 years ago)
- Last Synced: 2025-10-13T08:43:39.943Z (9 months ago)
- Topics: composition, hooks, test, vue, vue3
- Language: Vue
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```