A Nuxt 3 frontend that displays products from https://fakestoreapi.com/
Has stripe integration for first 3 items
Project is created with:
- Nuxt 3
- JS
Project uses the following packages:
- vueUse
- pinia
- tailwindCss
- stripe
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Checkout the Live Preview on: netlify to test it out.