Page not found
-
There was an error locating the page
## Table Of Contents (TOC)
- [Features](#Features)
- [Installation](#Installation)
- [Troubleshooting](#Troubleshooting)
- [TODO](#TODO)
## Features
- Nuxt 3 for server-side rendering and optimal performance
- Vue 3 and Composition API with
================================================
FILE: assets/css/main.css
================================================
@tailwind base;
@tailwind components;
@tailwind utilities;
================================================
FILE: components/Cart/CartContents.vue
================================================
{{ category.name }}
{{ formatPrice(displayPrice) }}
{{ formatPrice(basePrice) }}
{{ formatPrice(displayPrice) }}
{{ product.name }}
{{ product.name }}
{{ stripHTML(product.description) }}
{{ product.stockQuantity }} in stock
Varianter
{{ item.product_name }}
{{ item.sale_price ? item.sale_price : item.regular_price }} kr