Skip to content

Apisful/apisful-nuxtjs-ecommerce

Repository files navigation

Minimal E-Commerce Website with Nuxt.js + Apisful

nuxt.js + apisful

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
    

About

Minimal E-Commerce Website with Nuxt.js + Apisful

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published