Software Alternatives & Reviews

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

vuex Tachyons Paystack Cloudinary For Video Auth0
  1. 1
    Centralized State Management for Vue.js
    Pricing:
    • Open Source
    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.

    #Javascript UI Libraries #Front-End Frameworks #JS Library 55 social mentions

  2. A modular CSS toolkit that makes it easy to build interfaces that are readable, responsive, and fast loading.
    Pricing:
    • Open Source
    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:.

    #CSS Framework #Design Tools #Developer Tools 23 social mentions

  3. Paystack offers payment solutions for Nigerian businesses.
    What is an e-commerce site without a way to allow users pay for the items they have added to their cart? To this end, we will use a payment platform called, Paystack. Paystck allows African businesses get paid by anyone from anywhere in the world.

    #Online Payments #Payment Platform #Recurring Billing 9 social mentions

  4. Cloud Video Management Solution, Made For & By Developers
    For our application’s asset management, if you haven’t already, you will need to create an account with Cloudinary by clicking here. Creating account is completely free.

    #Developer Tools #Javascript UI Libraries #Runtime 112 social mentions

  5. 5
    Auth0 is a program for people to get authentication and authorization services for their own business use.
    Pricing:
    • Open Source
    Auth0 - Auth0 is going to be used to handle the application’s authentication.

    #Identity And Access Management #Identity Provider #SSO 175 social mentions

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

Log in or Post with