|
1 | | -# Nuxt Shopify Template (WIP) |
| 1 | +# Nuxt Shopify Template |
2 | 2 |
|
3 | 3 | [![Github Actions][github-actions-src]][github-actions-href] |
4 | 4 | [![License][license-src]][license-href] |
5 | 5 | [![Nuxt][nuxt-src]][nuxt-href] |
6 | 6 |
|
7 | | -> [!WARNING] |
8 | | -> 🚧 This template is a work in progress and is not yet ready for production use. Please check back later for updates. 🚧 |
9 | | -
|
10 | | -- 🏀 [Online demo (coming soon)](https://nuxt-shopify.vercel.app/) |
| 7 | +- 🏀 [Online demo](https://nuxt-shopify.vercel.app/) |
11 | 8 | - 📚 [Nuxt Shopify documentation](https://shopify.nuxtjs.org) |
12 | 9 |
|
13 | | -## ⚡️ Features |
| 10 | +## Features |
14 | 11 |
|
15 | 12 | - 🛍️ **Shopify Integration**: Sell your products directly from your Nuxt app with [Nuxt Shopify](https://github.com/nuxt-modules/shopify) |
16 | 13 | - 🌐 **Internationalization**: Built-in page localizations with Nuxt i18n |
17 | | -- 🔒 **Authentication**: Built-in authentication and customer management with Nuxt Auth Utils |
18 | | -- 👤 **Order and Account Management**: View and manage order status and customer accounts |
| 14 | +- 👤 **Order and Account Management**: View and manage order status and customer accounts (Coming soon) |
19 | 15 | - 🧩 **UI Components**: Built with Nuxt UI components and Tailwind 4 for a consistent look and feel |
20 | 16 | - 🖼️ **Image Optimization**: Automatically optimized images with Nuxt Image |
21 | 17 | - 🔗 **Type Safety**: Fully type-safe and checked with Vue-Tsc |
22 | 18 | - 🧹 **Code Quality**: Minimally configured ESLint for code quality |
23 | 19 |
|
24 | | -### 🛒 E-Commerce Features (WIP 🚧) |
25 | | - |
26 | | -- **Product Listing & Filters**: Display products with images, titles, and prices |
27 | | -- **Product Details**: Show detailed information about each product, including variants and options |
28 | | -- **Cart Management**: Add, remove, and update items in the cart |
29 | | -- **Checkout Process**: Seamlessly integrate with Shopify's Storefront API for a smooth checkout experience |
30 | | -- **Order Management**: View and manage customer orders |
31 | | -- **Customer Accounts**: Allow customers to create accounts, view order history, and manage their profiles |
32 | | - |
33 | | -## 🚀 Quick Start |
| 20 | +## Quick Start |
34 | 21 |
|
35 | 22 | Deploy to vercel: |
36 | 23 |
|
|
0 commit comments