Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 295 Bytes

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