Socket
Socket
Sign inDemoInstall

generator-vrjs

Package Overview
Dependencies
426
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-vrjs

Generator for vrjs projects


Version published
Weekly downloads
1
Maintainers
1
Install size
78.6 MB
Created
Weekly downloads
 

Readme

Source

Setup

Pre-requisites

  • Node.js version 0.12 and above

    • https://nodejs.org/download/
    • See this for Linux
  • Yoeman

    • npm install -g yo
  • Github's Electron

    • npm install electron-prebuilt -g

Install

You can install using the yo menu (search for vrjs) or install directly from the source code repository.

> git clone https://github.com/vrjs/generator-vrjs
> cd generator-vrjs
> npm install
> npm link

Create project

Create a directory to hold your project (i.e. app -> mkdir app). Move into the directory -> cd app. Then run the generator:

> yo vrjs

The generator will ask you for a project name (defaults to the current directory).

You can then run your app by typing electron .

Keywords

FAQs

Last updated on 22 Jul 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc