Closed 7dir closed 7 years ago
so aframe-component should exist in npm packages!
@7dir Hello, I meet the same problem with your's, can you tell me how you fix this?
@perrychen901105 add some components
yarn add aframe-some-component
then import to index.js
import aframe-some-component
or add to index.html
<script src="aframe-some-component"></script>