All Projects → strapi → strapi-starter-nuxt-e-commerce

strapi / strapi-starter-nuxt-e-commerce

Licence: MIT license
Strapi Starter Nuxt.js E-commerce

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to strapi-starter-nuxt-e-commerce

Nuxt Starter
Personnal nuxt starter
Stars: ✭ 30 (-82.35%)
Mutual labels:  nuxt, starter
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (+21.76%)
Mutual labels:  ecommerce, nuxt
nuxt-ecommerce
🛍 Ecommerce Store with Nuxt
Stars: ✭ 82 (-51.76%)
Mutual labels:  ecommerce, nuxt
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-92.35%)
Mutual labels:  nuxt, starter
strapi-starter-gatsby-blog
Updated version of the first Gatsby starter with much more features
Stars: ✭ 140 (-17.65%)
Mutual labels:  starter, strapi
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-77.65%)
Mutual labels:  ecommerce, nuxt
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+5259.41%)
Mutual labels:  ecommerce, nuxt
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (+31.18%)
Mutual labels:  ecommerce, nuxt
wongames
🎮 Ecommerce de jogos no estilo Steam. Desenvolvido com Next.js, TypeScript, GraphQL, etc.
Stars: ✭ 18 (-89.41%)
Mutual labels:  ecommerce, strapi
inshop-crm-ecommerce
Inshop CRM / ERP ecommerce. It's powerful framework allows to build systems for business with different workflows. It has on board multi language support, clients management, projects & tasks, documents, simple accounting, inventory management, orders & invoice management, possibilities to integrate with third party software, REST API, and many …
Stars: ✭ 48 (-71.76%)
Mutual labels:  ecommerce, nuxt
nuxt-netlify-cms-starter
🏞 A very spartan starter for using Nuxt.js with Netlify CMS.
Stars: ✭ 67 (-60.59%)
Mutual labels:  nuxt, starter
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (-33.53%)
Mutual labels:  ecommerce, starter
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (-74.71%)
Mutual labels:  ecommerce, nuxt
vite.org
The Official Website of Vite - https://vite.org
Stars: ✭ 31 (-81.76%)
Mutual labels:  nuxt
nuxt-delay-hydration
Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration ⚡️
Stars: ✭ 135 (-20.59%)
Mutual labels:  nuxt
react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (-87.65%)
Mutual labels:  starter
solidus paypal braintree
💳Integrate Solidus with Braintree, including PayPal and Apple Pay support
Stars: ✭ 30 (-82.35%)
Mutual labels:  ecommerce
homepage-nuxtjs
Here we're trying to ship the front of homepage of KNIT
Stars: ✭ 13 (-92.35%)
Mutual labels:  nuxt
nuxt-modules
AX2's Nuxt modules
Stars: ✭ 30 (-82.35%)
Mutual labels:  nuxt
online-shopping
This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration
Stars: ✭ 34 (-80%)
Mutual labels:  ecommerce

Deprecated

This repository is no longer maintained and only works for Strapi v3. To find the newest Strapi v4 starters, check out the starters-and-templates monorepo.


Strapi Starter Nuxt.js E-commerce

Nuxt.js starter for creating a simple e-commerce website with Strapi.

screenshot image

This starter allows you to try Strapi with Nuxt.js with the example of a simple e-commerce website where you can buy dev stickers. It is fully customizable and due to the fact that it is open source, fully open to contributions. So do not hesitate to add new features and report bugs!

This starter uses the Strapi corporate template

Check out all of our starters here

Features

  • 1 Component
  • 2 Collection types: Product, Category
  • 27 Created products
  • 6 Created categories
  • Permissions set to true for product and category
  • Responsive design using Tailwind css
  • Slug system
  • Publication system (draft & published)
  • Role based access controls
  • @nuxt/strapi module on the frontend
  • Payments handled with Snipcart

This starter is using Snipcart which allows you setup a shopping cart on any website. They wrote a tutorial teaching you how to create this website but selling cupcakes!

Payment will not work on localhost, we are redirecting you to this tutorial if you want to test payment locally.

Getting started

Use our create-strapi-starter CLI to create your project.

npx create-strapi-starter@3 my-site nuxt-e-commerce

The CLI will create a monorepo, install dependencies, and run your project automatically.

The Nuxt frontend server will run here => http://localhost:3000

The Strapi backend server will run here => http://localhost:1337

Deploying to production

You will need to deploy the frontend and backend projects separately. Here are the docs to deploy each one:

Don't forget to setup the environment variables on your production app:

For the frontend the following environment variable is required:

  • API_URL: URL of your Strapi backend, without trailing slash

Enjoy this starter!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].