# github-shop **Repository Path**: aswerty2011/github-shop ## Basic Information - **Project Name**: github-shop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SHOP ### [演示地址](https://shop.polymer-project.org/) ### Setup ##### Prerequisites Install [polymer-cli](https://github.com/Polymer/polymer-cli): (Need at least npm v0.3.0) npm install -g polymer-cli ##### Setup # Using CLI mkdir shop cd shop polymer init shop # Or cloning direct from GitHub git clone https://github.com/Polymer/shop.git cd shop bower install ### Start the development server polymer serve ### Run web-component-tester tests polymer test ### Build polymer build ### Test the build This command serves the minified version of the app in an unbundled state, as it would be served by a push-compatible server: polymer serve build/unbundled This command serves the minified version of the app generated using fragment bundling: polymer serve build/bundled