0.0.6 • Published 10 years ago
generator-vrjs v0.0.6
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 linkCreate project
Create a directory to hold your project (i.e. app -> mkdir app).  Move into the directory -> cd app.  Then run the generator: 
> yo vrjsThe generator will ask you for a project name (defaults to the current directory).
You can then run your app by typing electron .