vue-hooks-foodapp icon indicating copy to clipboard operation
vue-hooks-foodapp copied to clipboard

A food app using a few hooks in Vue to show how they can work (experimental)

Vue Hooks FoodApp

A sample app to demo how hooks can work in Vue. Using vue-hooks (still very experimental). I did a writeup of the functionality on CSS-Tricks in this article, and why they're useful in Vue.

Vue hooks demo

If you'd like to see them in action, check out src/hooks and src/AppGrid.vue

Created by Vue CLI

  • To run: yarn run serve
  • To build: yarn run build