All Projects → chec → commercejs-vuejs-boilerplate

chec / commercejs-vuejs-boilerplate

Licence: BSD-3-Clause license
Commerce.js boilerplate, built with Vue.js, for fast eCommerce development and design

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to commercejs-vuejs-boilerplate

commercejs-nextjs-vercel
Serverless eCommerce demo store built for the Jamstack. Built with Commerce.js, Next.js and can be one click deployed to Vercel. Includes product catalogue, categories, variants, cart, checkout, order confirmation and printable receipts. This is an open source project.
Stars: ✭ 68 (+58.14%)
Mutual labels:  ecommerce, commercejs
artifacts
A clone of Etsy, an e-commerce site themed around selling items procured by time travelers.
Stars: ✭ 16 (-62.79%)
Mutual labels:  ecommerce
Wp E Commerce
WP eCommerce - The most popular independent eCommerce platform for WordPress
Stars: ✭ 209 (+386.05%)
Mutual labels:  ecommerce
Eshop
Eshop + Content Management System (CMS) written in Node.js / Total.js.
Stars: ✭ 243 (+465.12%)
Mutual labels:  ecommerce
Asky
Asky开源架构:极简、轻量、极致性能《Asky零基础1小时学编程 dnc+vue+tidb+redis+rabbitMQ+ES》QQ群 779699538
Stars: ✭ 213 (+395.35%)
Mutual labels:  ecommerce
Scipio Erp
Your Online Business Kit - Build your own business applications. Create your own online shop. Customize to your own needs.
Stars: ✭ 247 (+474.42%)
Mutual labels:  ecommerce
Sample Pie Shop
Example e-commerce site to explore PWA (Progressive Web App) use cases.
Stars: ✭ 206 (+379.07%)
Mutual labels:  ecommerce
eCommerce-site-using-Node-Express-js
eCommerce site using Node Express js
Stars: ✭ 53 (+23.26%)
Mutual labels:  ecommerce
awesome-reactioncommerce
⚡️ A collection of awesome things regarding Reaction Commerce. Feel free to contribute!
Stars: ✭ 18 (-58.14%)
Mutual labels:  ecommerce
Retail Demo Store
AWS Retail Demo Store is a sample retail web application and workshop platform demonstrating how AWS infrastructure and services can be used to build compelling customer experiences for eCommerce, retail, and digital marketing use-cases
Stars: ✭ 238 (+453.49%)
Mutual labels:  ecommerce
Merchello
Merchello is an open source e-commerce package for the Umbraco CMS
Stars: ✭ 233 (+441.86%)
Mutual labels:  ecommerce
Commerceql
UNMAINTAINED
Stars: ✭ 217 (+404.65%)
Mutual labels:  ecommerce
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (+483.72%)
Mutual labels:  ecommerce
Run Aspnetcore Realworld
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 208 (+383.72%)
Mutual labels:  ecommerce
freshcom-api
Deprecated
Stars: ✭ 43 (+0%)
Mutual labels:  ecommerce
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (+381.4%)
Mutual labels:  ecommerce
Prisma Ecommerce
💰A graphql e-commerce real-world fullstack example (backoffice included)
Stars: ✭ 231 (+437.21%)
Mutual labels:  ecommerce
E Commerce Db
Database schema for e-commerce (webstores) sites.
Stars: ✭ 245 (+469.77%)
Mutual labels:  ecommerce
react-pwa-reference-storefront
Reference Storefront Progressive Web Application in React
Stars: ✭ 43 (+0%)
Mutual labels:  ecommerce
Online-Shop-eCommerce-App-Angular-6-Firebase
Online eCommerce Store app in Angular 11.0 & Firebase
Stars: ✭ 96 (+123.26%)
Mutual labels:  ecommerce

Commerce.js Vue Boilerplate Header

Introduction

This boilerplate was developed to help developers build quick eCommerce sites in the Commerce.js ecosystem. Included is a complete, unstyled, product listing, cart, and checkout workflow to aid in fast and easy development using the Vue.js framework.

Features

  • Listing page view for your products.
  • A complete cart that calculates totals and allows for editing and removing products.
  • Fully featured checkout with Shipping and Tax calculations.
  • Thank you page template.
  • 404 page template

Installation

Download

Clone the git repo into the folder of your choice - git clone https://github.com/chec/commercejs-vuejs-boilerplate.git

Alternatively, you can download the project as a zip file to your computer.

Project setup

Simply run npm install or yarn install if you use Yarn Package Manager from the root of your project folder. This will install all the necessary packages required to run the boilerplate.

Copy example env and add Chec credentials

This boilerplate ships with an example.env file that you will need to copy and fill with your Commerce.js credentials.

First create a copy of the example.env file named .env in the root of your project. You can do this by running cp example.env .env in the root folder. The .env will look something like this:

NODE_ENV=local
VUE_APP_CHEC_PUBLIC_KEY={YOUR_API_KEY}
VUE_APP_CHEC_API_URL=https://api.chec.io`

Add in your Commerce.js public API key which can be found in the developer's settings of the dashboard.

Working with the boilerplate

Compile and hot-reload for development

To aid in building your site, this boilerplate ships with a development environment which supports hot-reload on save. Run npm run serve or yarn serve from the root of the project. After it has compiled, you will be able to view the boilerplate in your browser by visiting http://localhost:8080/#/.

Compiles and minifies for production

When you are ready to ship your project, simply run npm run build or yarn build from the root of your project. This will create a production ready version of your project.

Lints and fixes files

npm run lint or yarn lint to run the linter. You can configure the linting rules via the eslintConfig field in the package.json file.

See the ESLint documentation for further detail.

Customize configuration

See Configuration Reference.

Whats next?

At this point you should have the project fully up and running ready for you to add your theme or custom integrations. We look forward to seeing what you come up with!

Additional Resources

Join us on Slack

Join us on Slack with other eCommerce developers and designers.

Join Us on Slack

Documentation

Commerce.js SDK Docs.
Commerce.js API Docs.

Examples

Styled boilerplate demo

⚠️ Note

This repository is no longer maintained

However, we will accept issue reports and contributions for this repository. See the contribute to the commerce community page for more information on how to contribute to our open source projects. For update-to-date APIs, please check the latest version of the API documentation.

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].