# google-vr-web **Repository Path**: quinnxiao/google-vr-web ## Basic Information - **Project Name**: google-vr-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README VR View ======= VR View allows you to embed 360 degree VR media into websites on desktop and mobile. For more information, please read the documentation available at . # Building This project uses browserify to manage dependencies and build. Watchify is especially convenient to preserve the write-and-reload model of development. This package lives in the npm index. Relevant commands: npm run build - builds the iframe embed. npm run build-api - builds the JS API. npm run watch - auto-builds the iframe embed whenever any source changes. npm run watch-api - auto-builds the JS API code whenever any source changes.