This is a lifecycle management software demo that utilizes HOOPS Web Platform to provide the ability to live view 3D models of each assembly, so you can switch between different versions of a model.
A live running demo is hosted with GitHub pages at: https://techsoft3d.github.io/hwp-demo-plm
This project uses VueJS framework with options API and Vite build tools to bootstrap the web pages.
- Make sure NodeJS is installed, and all dependencies are installed with:
npm install
- To start a local development server with hot reloading:
npm run dev
- To build the project:
npm run build
- To preview the project after built:
npm run preview
For more build options, refer to the official Vite documentation.
Hoops Communicator 2022 SP1