/vue3-composition-api-pinia-demo

A simple product cart demo with vue 3, pinia state management and composition api

Primary LanguageVue

Vue 3 + Composition API + Pinia

A simple ecommerce products cart app to try out pinia state management with composition api

Check demo

Project set up

  • Clone the repo and cd into the directory
    npm install && npm run dev