Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdras/vue-hooks-foodapp
A food app using a few hooks in Vue to show how they can work (experimental)
https://github.com/sdras/vue-hooks-foodapp
experimental hooks preventscroll vue vue-animation vue-experimental vue-hooks vuejs
Last synced: 7 days ago
JSON representation
A food app using a few hooks in Vue to show how they can work (experimental)
- Host: GitHub
- URL: https://github.com/sdras/vue-hooks-foodapp
- Owner: sdras
- License: mit
- Created: 2019-01-19T20:19:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T20:07:27.000Z (over 5 years ago)
- Last Synced: 2024-10-11T15:45:26.511Z (23 days ago)
- Topics: experimental, hooks, preventscroll, vue, vue-animation, vue-experimental, vue-hooks, vuejs
- Language: Vue
- Homepage: https://sdras.github.io/vue-hooks-foodapp/
- Size: 4.1 MB
- Stars: 180
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Hooks FoodApp
A sample app to demo how hooks can work in Vue. Using [vue-hooks](https://github.com/yyx990803/vue-hooks) (still very experimental). I did a [writeup of the functionality on CSS-Tricks in this article](https://css-tricks.com/what-hooks-mean-for-vue/ ), and why they're useful in Vue.
![Vue hooks demo](https://media.giphy.com/media/7FfLF0PlWuPVfPPFll/giphy.gif "Vue Hooks Demo")
If you'd like to see them in action, check out `src/hooks` and `src/AppGrid.vue`
Created by [Vue CLI](https://cli.vuejs.org/)
* To run: `yarn run serve`
* To build: `yarn run build`