How to build an e-commerce site with Vue.js, Cloudinary and Auth0

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • e-store

    This is the live version of the E-store application deployed on Netlify

    Check out the Github repo here, if you would like to jump right into the code.

  • vuex

    🗃️ Centralized State Management for Vue.js.

    As stated earlier, the applications state management will be handled with Vuex and this will be configured by running the code below in your terminal.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • tachyons

    Functional css for humans

    The CSS framework to be used in this project is Tachyons CSS. Install it by running npm install tachyons --save-dev in the terminal. Afterwards, make it globally available for usage in the project by adding the line below in our main.js:

  • vue-router

    🚦 The official router for Vue 2

    Vue Router - Vue router will be acting as a link that connects the different Vue components to allow rendering and viewing based on the user navigation.

  • auth0-java

    Java client library for the Auth0 platform

    Auth0 - Auth0 is going to be used to handle the application’s authentication.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts