Skip to content

Files

Latest commit

0489a84 · Nov 22, 2018

History

History
This branch is 83 commits behind strapi/strapi-examples:master.

nuxt-strapi-deliveroo-clone-tutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 19, 2018
Nov 22, 2018
Oct 23, 2018

Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe

Introduction

This example is the result of the tutorial series "Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe".

Setup

To see it live:

  • Clone the repository.
  • Start the Strapi server: cd nuxt-strapi-deliveroo-clone-tutorial/server && npm install && npm start.
  • In an other tab, start the Nuxt server: cd nuxt-strapi-deliveroo-clone-tutorial/client && npm install && npm run dev.