generator-vrjs

Generator for vrjs projects

Usage no npm install needed!

<script type="module">
  import generatorVrjs from 'https://cdn.skypack.dev/generator-vrjs';
</script>

README

Setup

Pre-requisites

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 .