Skip to content

delapuente/aframe-spa-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-Frame SPA skeleton

Webpack-powered A-Frame SPA skeleton

Install

You will need node and npm installed in your system. Once installed, simply run the following command from the root of the project:

$ npm install

Develop

Issuing the following command will run a local server with live-reload listening in port 8080:

$ npm start

Build

If you simply want to generate the JavaScript bundle for your demo, run the following command and the library will be under the dist folder:

$ npm run build

Deploy

Finally, if you want to publish your demo on GitHub Pages, run:

$ npm run deploy

About

Webpack powered A-Frame SPA skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published