Explorar el Código

docs: Update storefront page

Michael Bromley hace 6 años
padre
commit
af5bc545de
Se han modificado 1 ficheros con 8 adiciones y 4 borrados
  1. 8 4
      docs/content/docs/storefront/_index.md

+ 8 - 4
docs/content/docs/storefront/_index.md

@@ -9,13 +9,13 @@ The storefront is the application which customers use to interact with your stor
 
 As a headless server, Vendure provides a GraphQL API and admin UI app, but no storefront. The key advantage of the headless model is that the storefront (or indeed, any number of client applications) can be developed completely independently of the server. This flexibility comes at the cost of having to build and maintain your own storefront.
 
-However, we'd like to lower the barrier to getting started in the regard, so there are plans for integrations with existing e-commerce storefront solutions as well as our own vendure-storefront project.
+However, we'd like to lower the barrier to getting started in the regard, so here are some options you may wish to investigate:
 
-## Vendure Storefront
+## Vendure Angular Storefront
 
 {{< figure src="./vendure-storefront-screenshot-01.jpg" >}}
 
-This is our own progressive web application (PWA) storefront. It is currently still in development, but when complete it will offer a ready-made, customizable storefront solution tailored specifically to work well with the Vendure server. 
+This is an example storefront PWA application built with Angular. If you have Angular experience you may wish to use this as the basis of your own storefront implementation.
 
 A live demo can be found here: [demo.vendure.io/storefront/](https://demo.vendure.io/storefront/)
 
@@ -29,6 +29,10 @@ Here's a video showing how to quickly get started with Vendure + DEITY Falcon:
 
 {{< vimeo 322812102 >}}
 
+## Vue Storefront
+
+[Vue Storefront](https://www.vuestorefront.io/) is one of the most popular backend-agnostic storefront PWA solutions. They offer extensive documentation on connecting their frontend application with a custom backend such as Vendure: https://github.com/DivanteLtd/vue-storefront-integration-sdk
+
 ## Gatsby
 
-We are also working on a [Gatsby](https://www.gatsbyjs.org/)-based storefront app: [vendure-ecommerce/gatsby-storefront](https://github.com/vendure-ecommerce/gatsby-storefront)
+We have developed a [Gatsby](https://www.gatsbyjs.org/)-based storefront app: [vendure-ecommerce/gatsby-storefront](https://github.com/vendure-ecommerce/gatsby-storefront). This is a proof-of-concept which can be used as the starting point for your own Gatsby-based storefront.