Current Version: 0.2.4
Publication Date: 01.06.2022
Updated Date: 05.11.2024
Autors: Marcel Stepien (original) and Florian Becker (Vue.js version)
E-Mail: [email protected]
A web-based application to create and edit OpenBimRL files.
To run this project, following applications must be installed:
- node.js
- npm
- Visual Studio Code (Recommended) + Volar plugin for Vue
The following dependencies have to be installed using npm:
cd webapp
npm install
For more details on dependencies view the package.json file.
New client side implementations can be added by writing code in: /webapp/src/
In order to bundle Vue components into a single app.js file, the code has to be compiled using vite. The files will be stored in /webapp/dist/. These files are used by the index.html file. To generate the compiled files, simply run following command:
cd webapp
npm run build
NOTE: The watch-mode supports hot-reload, in order to edit and view files live in a browser.
This tool also runs without the sever application! Simply open the index.html from the build.zip in your web-browser to execute and use the latest updated version of this tool.