1.0.5 • Published 6 years ago

make-typescript-vr v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

makeVR

Spin up the boilerplate to create scalable A-Frame components and systems using Typescript powered by aframe-typescript-toolkit.

With make-typescript-vr It only takes a few seconds to get a VR project up and running.

Global installation

$ npm install -g make-vr

Usage

  1. navigate to the location you would like to create your aframe-typescript project.
  2. Enter the command make-typescript-vr
  3. Choose what type of project
  4. Enter the name of your component when prompted (if unsure just use "newComponent")
  5. See that a directory has been created with the name you have entered. Open the project and follow the instructions in the generated README file.
  6. Learn more about creating WebVR experiences using typescript be exploring the documentation of aframe-typescript-toolkit