An example storefront PWA for Vendure built with Angular
The Vendure Angular Storefront is an e-commerce storefront application designed to work with the Vendure ecommerce framework as a backend. It is a Progressive Web Application (PWA) that utilizes Angular Universal for server-side rendering. Built with the Angular CLI, the data layer is managed by Apollo Client.
To install the Vendure Angular Storefront, follow these steps:
npm install
or yarn
in the root directory.npm start
or yarn start
to build in development mode.The Vendure Angular Storefront provides a powerful solution for e-commerce businesses, offering PWA capabilities, server-side rendering, and efficient data handling through Apollo Client. By following the installation guide, users can quickly set up and customize the storefront to integrate seamlessly with their Vendure backend.