Design 3D platform levels. Built with Vue.js (UI) and Three.js (3D engine). I originally developed this app to help build levels for future games.
- Install NodeJS package libraries:
npm install
- Run development libraries
npm run dev
- Use the link it provides
- Run build with
npm run build
to create a fresh/dist
folder
- Run
npm outdated
- Run
npm i package-name@latest
(replace "package-name" for each package listed)