Skip to content

Learning Vue by building an application that fetches products and categories and listing them. Filter by updating state through select-box.

Notifications You must be signed in to change notification settings

fjohanssondev/L2-vue

Repository files navigation

Product Listing

Vue 3 App

Trying to learn Vue 3. Currently building an e-commerce with NextJS on the side. Therefor tested Vue to list some products and filter it.

Stuff learned

  1. Create components
  2. Pass props
  3. Define the types of props
  4. Emit events from children (props are immutable, update through emits)
  5. Receive the callback from the emit in the parent

About

Learning Vue by building an application that fetches products and categories and listing them. Filter by updating state through select-box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published