Apisful / apisful-nuxtjs-ecommerce

Minimal E-Commerce Website with Nuxt.js + Apisful
23 stars 7 forks source link

Minimal E-Commerce Website with Nuxt.js + Apisful

nuxt.js + apisful

Live demo

The demo shows how to build an e-commerce website using Nuxt.js + Apisful

Getting started

  1. Log into Apisful

  2. Create a new project with an E-Commerce template

  3. Copy a key from the project's Access Keys section

  4. Paste the key as a value of X-Api-Key in api/index.js

  5. Run the project locally

    # install dependencies
    $ yarn install
    
    # serve with hot reload at localhost:3000
    $ yarn dev
  6. Build for production

    $ yarn build
    $ yarn generate