Git Product home page Git Product logo

aframe-component-boilerplate's Introduction

aframe-component-boilerplate

Boilerplate for creating and sharing A-Frame VR components.

Note this refers to A-Frame components of the entity-component system, and not Web Components.

The boilerplate comes with a stub component, test suite, examples infrastructure with Github pages, and stubbed README, which begins below.

A path to using the boilerplate:

  • Rename all instances of example and Example to your component name.
  • Write your component.
  • Write your unit tests.
  • Build examples (npm run dev to watch for changes to build example bundles).
  • Clean up this README.
  • Check browser.js and see if components are required and registered correctly.
  • Publish to NPM (npm publish). This will also generate a browser distribution to commit.
  • Publish examples to Github pages (npm run ghpages).
  • Share your component on Slack and awesome-aframe!

Example usage of the boilerplate:

aframe-example-component

An example component for A-Frame VR.

Usage

Install (or directly include the browser files).

npm install aframe-example-component

Register.

var exampleComponent = require('aframe-example-component').component;
require('aframe-core').registerComponent('example', exampleComponent);

Use.

<a-scene>
  <a-entity example="exampleProp: exampleVal"></a-entity>
</a-scene>
Property Description Default Value

aframe-component-boilerplate's People

Contributors

ngokevin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.