# lshop **Repository Path**: bigjor/lshop ## Basic Information - **Project Name**: lshop - **Description**: 基于ploymer实现的商店 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-26 - **Last Updated**: 2023-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SHOP Shop is a sample e-commerce [Progressive Web App](https://developers.google.com/web/progressive-web-apps/). ![shop screenshot](https://user-images.githubusercontent.com/116360/39545341-c50a9184-4e05-11e8-88e0-0e1f3fa4834b.png) ## Features/highlights - a sample e-commerce shopping site - pattern for a real-life shopping cart and store checkout flow - pattern for using custom announcers for accessibility ## Setup ```bash $ git clone https://github.com/Polymer/shop.git $ cd shop $ npm i $ npm start ``` ## Build ```bash $ npm run build ``` ## Test the build To test prpl-server build: ```bash $ npm run serve:prpl-server ``` To test static build: ```bash $ npm run serve:static ``` ## Deploying Our [production deployment of SHOP](https://shop.polymer-project.org/) is hosted on App Engine with Node.js. It can be deployed with [the same steps as PWA Starter Kit](https://polymer.github.io/pwa-starter-kit/building-and-deploying/#deploying-prpl-server).