Shopinvader Strapi Layer is a Nuxt layer that provides a set of components to build a website with Strapi.
- +10 Components ready to build rich pages
- Start from a
README
, scale to a framework documentation - Wildcard page to manage dynamic page content
This project is a layer for Nuxt. It is designed to be used with a Strapi backend. This repository contains a Strapi instance and a NuxtJS version 3 Layer. You can also use your own Strapi project.
You can use this layer combined with the webshop layer to build a complete webshop.
Run the following commands to install and run the Strapi project:
cd strapi
yarn install
yarn develop
Go on http://localhost:1337/admin and create a new user
More information about Strapi can be found in the Strapi documentation or Strapi README.
Clone this repository and install the dependencies:
git clone
cd shopinvader-strapi-layer
yarn install
You can include this layer in your Nuxt project by adding it to the extends
section of the main nuxt project nuxt.config.js
file:
export default {
extends: ["../shopinvader-strapi-layer/nuxt"],
};
Take care to add the following environment variables in your .env
file:
STRAPI_URL=<YOUR_STRAPI_URL>
This project is open source under the terms of the MIT License