Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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`