aframe-inspector
:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
File Explorer
Download Latest Version (.zip)- ci.yml
- pre-commit
- gltf.svg
- aframe-inspector.js
- aframe-inspector.js.map
- aframe-inspector.min.js
- aframe-inspector.min.js.LICENSE.txt
- aframe-inspector.min.js.map
- 360video.html
- colors.html
- controllers.html
- embedded-zoom.html
- embedded.html
- empty.html
- index.html
- supercraft.html
- Collapsible.test.js
- AddComponent.js
- CommonComponents.js
- Component.js
- ComponentsContainer.js
- DefaultComponents.js
- Mixins.js
- PropertyRow.js
- Sidebar.js
- Modal.js
- ModalHelp.js
- ModalSponsor.js
- ModalTextures.js
- Entity.js
- SceneGraph.js
- ThemeSelector.js
- Toolbar.js
- CameraToolbar.js
- TransformToolbar.js
- ViewportHUD.js
- BooleanWidget.js
- ColorWidget.js
- index.js
- InputWidget.js
- NumberWidget.js
- SelectWidget.js
- TextureWidget.js
- Vec2Widget.js
- Vec3Widget.js
- Vec4Widget.js
- AwesomeIcon.js
- Collapsible.js
- CopyToClipboardButton.js
- EntityRepresentation.js
- Main.js
- assetsLoader.js
- assetsUtils.js
- cameras.js
- config.js
- EditorControls.js
- entity.js
- Events.js
- history.js
- raycaster.js
- shortcuts.js
- utils.js
- viewport.js
- components.styl
- entity.styl
- help.styl
- index.styl
- lib.styl
- scenegraph.styl
- select.styl
- textureModal.styl
- themes.css
- viewport.styl
- widgets.styl
- index.js
- .babelrc
- .editorconfig
- .gitignore
- .prettierignore
- .prettierrc.json
- eslint.config.mjs
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- stylelint.config.js
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/aframevr/aframe-inspector
Downloads the entire project code from GitHub to your computer.
cd aframe-inspector
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
