ngokevin / aframe-react-boilerplate

:sunglasses: Boilerplate for building virtual reality (VR) experiences with A-Frame and React using aframe-react.
https://ngokevin.github.io/aframe-react-boilerplate/
MIT License
375 stars 156 forks source link

readme: import/register component example #11

Closed dpren closed 8 years ago

dpren commented 8 years ago

Show how to import and register a component with Webpack. This would clear up confusion for people unfamiliar with ES6 syntax, since all the third-party components are shown using CommonJS.

ngokevin commented 8 years ago

thanks!